aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_buf.c
diff options
context:
space:
mode:
authorZhi Yong Wu <wuzhy@linux.vnet.ibm.com>2013-08-07 10:10:59 +0000
committerBen Myers <bpm@sgi.com>2013-08-20 14:44:39 -0500
commitb46fe8259ba9a228c27fc4e1eb995377163a6390 (patch)
tree96441d03340f17ea3a6a0902e4f55909ec8cf3c5 /fs/xfs/xfs_buf.c
parentxfs: fix the comment of xfs_check_sizes() (diff)
downloadlinux-dev-b46fe8259ba9a228c27fc4e1eb995377163a6390.tar.xz
linux-dev-b46fe8259ba9a228c27fc4e1eb995377163a6390.zip
xfs: fix the comment of xfs_buf_free()
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>
Diffstat (limited to 'fs/xfs/xfs_buf.c')
-rw-r--r--fs/xfs/xfs_buf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_buf.c b/fs/xfs/xfs_buf.c
index c8136d097c22..118ce71d00d2 100644
--- a/fs/xfs/xfs_buf.c
+++ b/fs/xfs/xfs_buf.c
@@ -304,7 +304,7 @@ _xfs_buf_free_pages(
* Releases the specified buffer.
*
* The modification state of any associated pages is left unchanged.
- * The buffer most not be on any hash - use xfs_buf_rele instead for
+ * The buffer must not be on any hash - use xfs_buf_rele instead for
* hashed and refcounted buffers
*/
void