git: 664eac6c9151 - stable/13 - fusefs(5): Fix a typo in a SDT probe

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

URL: https://cgit.FreeBSD.org/src/commit/?id=664eac6c91515e2472c3d7a7cba6588b17fb8ba0

commit 664eac6c91515e2472c3d7a7cba6588b17fb8ba0
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:51:59 +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 ea5330feaa37..13d18127d2e6 100644
--- a/sys/fs/fuse/fuse_internal.c
+++ b/sys/fs/fuse/fuse_internal.c
@@ -998,7 +998,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;
 	}