From: Zhi Yong Wu Date: Wed, 7 Aug 2013 10:10:59 +0000 (+0000) Subject: xfs: fix the comment of xfs_buf_free() X-Git-Tag: v3.12-rc1~80^2~45 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=b46fe8259ba9a228c27fc4e1eb995377163a6390;p=linux.git xfs: fix the comment of xfs_buf_free() Signed-off-by: Zhi Yong Wu Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- 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