Message ID | 25dcc33aa2f97b1f073acd478b77cd9b4a0bbaba.1616904353.git.unixbhaskar@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | BTRFS: Mundane typo fixes | expand |
diff --git a/fs/btrfs/ioctl.c b/fs/btrfs/ioctl.c index e8d53fea4c61..98ed14a0682e 100644 --- a/fs/btrfs/ioctl.c +++ b/fs/btrfs/ioctl.c @@ -3022,7 +3022,7 @@ static noinline int btrfs_ioctl_snap_destroy(struct file *file, err = PTR_ERR(subvol_name_ptr); goto free_parent; } - /* subvol_name_ptr is already NULL termined */ + /* subvol_name_ptr is already NULL terminated */ subvol_name = (char *)kbasename(subvol_name_ptr); } } else {
s/termined/terminated/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> --- fs/btrfs/ioctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.26.2