Date: Sat, 9 Apr 2022 12:31:47 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 9a22f7fb9da3 - main - i386: Remove a double word in a source code comment Message-ID: <202204091231.239CVlwU048492@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=9a22f7fb9da3c4e4b028c9008b13c7aa7018aa6e commit 9a22f7fb9da3c4e4b028c9008b13c7aa7018aa6e Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-09 12:30:34 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-09 12:30:34 +0000 i386: Remove a double word in a source code comment - s/an an/an/ MFC after: 3 days --- sys/i386/i386/pmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/i386/i386/pmap.c b/sys/i386/i386/pmap.c index 2452445f7203..6525c51a3127 100644 --- a/sys/i386/i386/pmap.c +++ b/sys/i386/i386/pmap.c @@ -4533,7 +4533,7 @@ __CONCAT(PMTYPE, zero_page)(vm_page_t m) } /* - * Zero an an area within a single hardware page. off and size must not + * Zero an area within a single hardware page. off and size must not * cover an area beyond a single hardware page. */ static void
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204091231.239CVlwU048492>