diff mbox

[mainline] btrfs: fix minor typo in comment

Message ID CAJ3m7BpZkbGS6+Qhn_KMN1z0bA+8Czf3D6cbC1B8_0fdFjcPvA@mail.gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Nathaniel Yazdani April 15, 2013, 12:44 a.m. UTC
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>
---
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/fs/btrfs/btrfs_inode.h b/fs/btrfs/btrfs_inode.h
index d9b97d4..08b286b 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