diff options
author | Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> | 2013-08-07 10:10:59 (GMT) |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-08-20 19:44:39 (GMT) |
commit | b46fe8259ba9a228c27fc4e1eb995377163a6390 (patch) | |
tree | 96441d03340f17ea3a6a0902e4f55909ec8cf3c5 /fs/xfs | |
parent | 0471f62e386e7c8d9f46ebb35cfbb88f9ca2835f (diff) | |
download | linux-fsl-qoriq-b46fe8259ba9a228c27fc4e1eb995377163a6390.tar.xz |
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')
-rw-r--r-- | fs/xfs/xfs_buf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_buf.c b/fs/xfs/xfs_buf.c index c8136d0..118ce71 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 |