Explorar el Código

xfs: fix the comment of xfs_iroot_realloc()

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>
Zhi Yong Wu hace 12 años
padre
commit
f6c2734924
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      fs/xfs/xfs_inode_fork.c

+ 1 - 1
fs/xfs/xfs_inode_fork.c

@@ -473,7 +473,7 @@ xfs_iread_extents(
  *
  * The caller must not request to add more records than would fit in
  * the on-disk inode root.  If the if_broot is currently NULL, then
- * if we adding records one will be allocated.  The caller must also
+ * if we are adding records, one will be allocated.  The caller must also
  * not request that the number of records go below zero, although
  * it can go to zero.
  *