From: Geliang Tang Date: Sun, 4 Oct 2015 09:05:32 +0000 (+0800) Subject: btrfs: fix a comment typo X-Git-Tag: v4.4-rc1~82^2~37^2~4 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=8cd1e73111f95ca915f37ed534bbfbdf24fc1ca8;p=linux.git btrfs: fix a comment typo Just fix a typo in the code comment. Reviewed-by: David Sterba Signed-off-by: Geliang Tang Signed-off-by: David Sterba --- diff --git a/fs/btrfs/free-space-cache.c b/fs/btrfs/free-space-cache.c index abe3a66bd3ba..7332995d20ff 100644 --- a/fs/btrfs/free-space-cache.c +++ b/fs/btrfs/free-space-cache.c @@ -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,