fusefs(5): Fix a couple of typos in kernel messages

- s/intalled/installed/
- s/attributess/attributes/

MFC after:	1 week
This commit is contained in:
Gordon Bergling
2025-10-28 09:16:35 +01:00
parent e9058e1444
commit b57198f620
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -694,7 +694,7 @@ fuse_body_audit(struct fuse_ticket *ftick, size_t blen)
break;
case FUSE_FORGET:
panic("FUSE: a handler has been intalled for FUSE_FORGET");
panic("FUSE: a handler has been installed for FUSE_FORGET");
break;
case FUSE_GETATTR:
+1 -1
View File
@@ -2756,7 +2756,7 @@ fuse_vnop_setextattr(struct vop_setextattr_args *ap)
*/
if (fsess_not_impl(mp, FUSE_REMOVEXATTR))
return (EXTERROR(EOPNOTSUPP, "This server does not "
"implement removing extended attributess"));
"implement removing extended attributes"));
else
return (EXTERROR(EINVAL, "DELETEEXTATTR should be used "
"to remove extattrs"));