The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=6f0da017c973f40c1bc70552c922c500a0a8c858
commit 6f0da017c973f40c1bc70552c922c500a0a8c858 Author: Gordon Bergling <g...@freebsd.org> AuthorDate: 2024-01-20 16:24:22 +0000 Commit: Gordon Bergling <g...@freebsd.org> CommitDate: 2024-01-20 16:24:22 +0000 fusefs(5): Fix a typo in a SDT probe - s/userpace/userspace/ MFC after: 5 days --- sys/fs/fuse/fuse_internal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/fs/fuse/fuse_internal.c b/sys/fs/fuse/fuse_internal.c index 55ac7f1b1bed..f4a2e7efc908 100644 --- a/sys/fs/fuse/fuse_internal.c +++ b/sys/fs/fuse/fuse_internal.c @@ -996,7 +996,7 @@ fuse_internal_init_callback(struct fuse_ticket *tick, struct uio *uio) * But there would be little payoff. */ SDT_PROBE2(fusefs, , internal, trace, 1, - "userpace version too low"); + "userspace version too low"); err = EPROTONOSUPPORT; goto out; }