diff options
author | Nathaniel Yazdani <n1ght.4nd.d4y@gmail.com> | 2013-04-15 04:44:02 +0400 |
---|---|---|
committer | Josef Bacik <jbacik@fusionio.com> | 2013-05-06 23:54:49 +0400 |
commit | 9c931c5ab2e97f4408e314518ad22845eca6ed89 (patch) | |
tree | 4415fc9d38fb45793bee9581113dfd820b9ca160 /fs/btrfs/btrfs_inode.h | |
parent | 98ad43be0a7ec87962b194a09ae9514bf2443f35 (diff) | |
download | linux-9c931c5ab2e97f4408e314518ad22845eca6ed89.tar.xz |
btrfs: fix minor typo in comment
In the comment describing the sync_writers field of the btrfs_inode
struct, "fsyncing" was misspelled "fsycing."
Signed-off-by: Nathaniel Yazdani <n1ght.4nd.d4y@gmail.com>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Diffstat (limited to 'fs/btrfs/btrfs_inode.h')
-rw-r--r-- | fs/btrfs/btrfs_inode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/btrfs_inode.h b/fs/btrfs/btrfs_inode.h index d9b97d4960e6..08b286b2a2c5 100644 --- a/fs/btrfs/btrfs_inode.h +++ b/fs/btrfs/btrfs_inode.h @@ -93,7 +93,7 @@ struct btrfs_inode { unsigned long runtime_flags; - /* Keep track of who's O_SYNC/fsycing currently */ + /* Keep track of who's O_SYNC/fsyncing currently */ atomic_t sync_writers; /* full 64 bit generation number, struct vfs_inode doesn't have a big |