fs: fix doc comment typo fs tree wide
[sfrench/cifs-2.6.git] / fs / attr.c
index bdf5deb06ea97de76a52323eb7c0d46e280b1415..5a13f0c8495fde67df096d4501d32c47e86f056e 100644 (file)
--- a/fs/attr.c
+++ b/fs/attr.c
@@ -157,7 +157,7 @@ static bool chgrp_ok(struct mnt_idmap *idmap,
  * the vfsmount must be passed through @idmap. This function will then
  * take care to map the inode according to @idmap before checking
  * permissions. On non-idmapped mounts or if permission checking is to be
- * performed on the raw inode simply passs @nop_mnt_idmap.
+ * performed on the raw inode simply pass @nop_mnt_idmap.
  *
  * Should be called as the first thing in ->setattr implementations,
  * possibly after taking additional locks.