aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2025-10-26 15:49:28 +0000
committerGordon Bergling <gbe@FreeBSD.org>2025-10-27 06:27:28 +0000
commit40fae644ba9a27227ca6f7c290e54fcef462b341 (patch)
treecbd0eafa2a44736e6020f953accc630623b757f6
parenta859a5c6978de121efc7771351d32550ee430b7c (diff)
refcount.9: Fix a typo in the manual page
- s/sucessfully/successfully/ MFC after: 5 days
-rw-r--r--share/man/man9/refcount.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/refcount.9 b/share/man/man9/refcount.9
index 78631f9a865a..7375f429a607 100644
--- a/share/man/man9/refcount.9
+++ b/share/man/man9/refcount.9
@@ -106,7 +106,7 @@ but additionally checks that the
value does not overflow as result of the operation.
It returns
.Dv true
-if the reference was sucessfully obtained, and
+if the reference was successfully obtained, and
.Dv false
if it was not, due to the overflow.
.Pp