Skip to content

Commit

Permalink
btrfs: fix a comment typo
Browse files Browse the repository at this point in the history
Just fix a typo in the code comment.

Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: Geliang Tang <geliangtang@163.com>
Signed-off-by: David Sterba <dsterba@suse.com>
  • Loading branch information
Geliang Tang authored and David Sterba committed Oct 21, 2015
1 parent 6e4d6fa commit 8cd1e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/btrfs/free-space-cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,7 @@ int btrfs_wait_cache_io(struct btrfs_root *root,
* @offset - the offset for the key we'll insert
*
* This function writes out a free space cache struct to disk for quick recovery
* on mount. This will return 0 if it was successfull in writing the cache out,
* on mount. This will return 0 if it was successful in writing the cache out,
* or an errno if it was not.
*/
static int __btrfs_write_out_cache(struct btrfs_root *root, struct inode *inode,
Expand Down

0 comments on commit 8cd1e73

Please sign in to comment.