aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2026-07-21 19:05:53 +0000
committerEd Maste <emaste@FreeBSD.org>2026-07-21 19:06:35 +0000
commitba583f0c2d63f03c834047e48a69095a86a71589 (patch)
tree2dcbe88a4d3245dd24ee3af8289c7523cd8ed34e
parentcaabdb3aefdc45cae90203210034086801fa9005 (diff)
contigmalloc.9: Correct typo
Reported by: alc, rlibby Fixes: caabdb3aefdc ("contigmalloc.9: Note that M_WAITOK may still return NULL")
-rw-r--r--share/man/man9/contigmalloc.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/contigmalloc.9 b/share/man/man9/contigmalloc.9
index a9ebaf100eb9..b3c2aeed2f3a 100644
--- a/share/man/man9/contigmalloc.9
+++ b/share/man/man9/contigmalloc.9
@@ -131,7 +131,7 @@ may return
.Dv NULL
even if
.Dv M_WAITOK
-is specified, if no physically congiguous range is available that meets the
+is specified, if no physically contiguous range is available that meets the
specified constraints.
.Sh EXAMPLES
.Bd -literal