Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jul 2026 19:07:06 +0000
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: ba583f0c2d63 - main - contigmalloc.9: Correct typo
Message-ID:  <6a5fc35a.184d3.ac718d3@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by emaste:

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

commit ba583f0c2d63f03c834047e48a69095a86a71589
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2026-07-21 19:05:53 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-07-21 19:06:35 +0000

    contigmalloc.9: Correct typo
    
    Reported by:    alc, rlibby
    Fixes: caabdb3aefdc ("contigmalloc.9: Note that M_WAITOK may still return NULL")
---
 share/man/man9/contigmalloc.9 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a5fc35a.184d3.ac718d3>