[PATCH] squashfs: fix typo in comment

Julia Lawall posted 1 patch 3 years, 11 months ago
fs/squashfs/xattr.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] squashfs: fix typo in comment
Posted by Julia Lawall 3 years, 11 months ago
Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

---
 fs/squashfs/xattr.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/squashfs/xattr.c b/fs/squashfs/xattr.c
index e1e3f3dd5a06..7b78703c0408 100644
--- a/fs/squashfs/xattr.c
+++ b/fs/squashfs/xattr.c
@@ -76,7 +76,7 @@ ssize_t squashfs_listxattr(struct dentry *d, char *buffer,
 			}
 			rest -= prefix_size + name_size + 1;
 		} else  {
-			/* no handler or insuffficient privileges, so skip */
+			/* no handler or insufficient privileges, so skip */
 			err = squashfs_read_metadata(sb, NULL, &start,
 				&offset, name_size);
 			if (err < 0)