Date: Thu, 14 Apr 2022 06:18:02 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 492741b131ad - stable/13 - pax(1): Remove a few double words in source code comments Message-ID: <202204140618.23E6I2CG056004@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=492741b131ad00528252913ffacd46c093bce2d8 commit 492741b131ad00528252913ffacd46c093bce2d8 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-09 12:26:19 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-14 06:17:16 +0000 pax(1): Remove a few double words in source code comments - s/an an/an/ (cherry picked from commit ffedb32dd3683ebea41920f9fb61ba5404b50882) --- bin/pax/cache.c | 8 ++++---- sys/amd64/amd64/pmap.c | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/pax/cache.c b/bin/pax/cache.c index 227e5fcc0de7..980d7bccc217 100644 --- a/bin/pax/cache.c +++ b/bin/pax/cache.c @@ -68,7 +68,7 @@ static GIDC **grptb = NULL; /* group name to gid cache */ /* * uidtb_start - * creates an an empty uidtb + * creates an empty uidtb * Return: * 0 if ok, -1 otherwise */ @@ -92,7 +92,7 @@ uidtb_start(void) /* * gidtb_start - * creates an an empty gidtb + * creates an empty gidtb * Return: * 0 if ok, -1 otherwise */ @@ -116,7 +116,7 @@ gidtb_start(void) /* * usrtb_start - * creates an an empty usrtb + * creates an empty usrtb * Return: * 0 if ok, -1 otherwise */ @@ -140,7 +140,7 @@ usrtb_start(void) /* * grptb_start - * creates an an empty grptb + * creates an empty grptb * Return: * 0 if ok, -1 otherwise */ diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c index 9d4c9307c43e..228dcac22b27 100644 --- a/sys/amd64/amd64/pmap.c +++ b/sys/amd64/amd64/pmap.c @@ -7924,7 +7924,7 @@ pmap_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. */ void
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204140618.23E6I2CG056004>