xfs: fix the comment of xfs_log_unmount_write()
authorZhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Mon, 12 Aug 2013 03:15:00 +0000 (03:15 +0000)
committerBen Myers <bpm@sgi.com>
Tue, 20 Aug 2013 20:47:18 +0000 (15:47 -0500)
Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_log.c

index 0b8f46d..5372d58 100644 (file)
@@ -765,7 +765,7 @@ xfs_log_mount_finish(xfs_mount_t *mp)
  * Unmount record used to have a string "Unmount filesystem--" in the
  * data section where the "Un" was really a magic number (XLOG_UNMOUNT_TYPE).
  * We just write the magic number now since that particular field isn't
- * currently architecture converted and "nUmount" is a bit foo.
+ * currently architecture converted and "Unmount" is a bit foo.
  * As far as I know, there weren't any dependencies on the old behaviour.
  */