diff options
author | Nicholas D Steeves <nsteeves@gmail.com> | 2016-05-20 04:18:45 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2016-05-25 23:35:14 +0300 |
commit | 0132761017e012ab4dc8584d679503f2ba26ca86 (patch) | |
tree | a81760d104ee6307d79ba5cf85460afa18a3df21 /fs/btrfs/tests/inode-tests.c | |
parent | 210aa27768bec4297a9d6ad0e5cab45935c775e9 (diff) | |
download | linux-0132761017e012ab4dc8584d679503f2ba26ca86.tar.xz |
btrfs: fix string and comment grammatical issues and typos
Signed-off-by: Nicholas D Steeves <nsteeves@gmail.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/tests/inode-tests.c')
-rw-r--r-- | fs/btrfs/tests/inode-tests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/tests/inode-tests.c b/fs/btrfs/tests/inode-tests.c index 863a6a3af1f8..8a25fe8b7c45 100644 --- a/fs/btrfs/tests/inode-tests.c +++ b/fs/btrfs/tests/inode-tests.c @@ -264,7 +264,7 @@ static noinline int test_btrfs_get_extent(void) /* * We will just free a dummy node if it's ref count is 2 so we need an - * extra ref so our searches don't accidently release our page. + * extra ref so our searches don't accidentally release our page. */ extent_buffer_get(root->node); btrfs_set_header_nritems(root->node, 0); |