git: 2d631cf51387 - stable/14 - fusefs(5): Fix a typo in a SDT probe

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Thu, 25 Jan 2024 06:48:28 UTC
The branch stable/14 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=2d631cf513878b15aab430b5813102d063584f2f

commit 2d631cf513878b15aab430b5813102d063584f2f
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-01-20 16:24:22 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-01-25 06:46:20 +0000

    fusefs(5): Fix a typo in a SDT probe
    
    - s/userpace/userspace/
    
    (cherry picked from commit 6f0da017c973f40c1bc70552c922c500a0a8c858)
---
 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 49b0659a4826..e2351e4ac24a 100644
--- a/sys/fs/fuse/fuse_internal.c
+++ b/sys/fs/fuse/fuse_internal.c
@@ -997,7 +997,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;
 	}