diff options
author | Gordon Bergling <gbe@FreeBSD.org> | 2022-04-09 12:26:19 +0000 |
---|---|---|
committer | Gordon Bergling <gbe@FreeBSD.org> | 2022-04-14 06:17:16 +0000 |
commit | 492741b131ad00528252913ffacd46c093bce2d8 (patch) | |
tree | f33dd665bf269f71de7350c157c351de8b9d6e50 | |
parent | bcdea7f57894869dac18c429fc33c04d650cc7e2 (diff) | |
download | src-492741b131ad00528252913ffacd46c093bce2d8.tar.gz src-492741b131ad00528252913ffacd46c093bce2d8.zip |
pax(1): Remove a few double words in source code comments
- s/an an/an/
(cherry picked from commit ffedb32dd3683ebea41920f9fb61ba5404b50882)
-rw-r--r-- | bin/pax/cache.c | 8 | ||||
-rw-r--r-- | 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 |