git: 1d50cf5820db - stable/12 - pax(1): Remove a few double words in source code comments

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Thu, 14 Apr 2022 06:28:08 UTC
The branch stable/12 has been updated by gbe (doc committer):

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

commit 1d50cf5820db823bb4f0be30a34fecb8769f713f
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:26:27 +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 ee9777c788c1..945779bce9a0 100644
--- a/sys/amd64/amd64/pmap.c
+++ b/sys/amd64/amd64/pmap.c
@@ -6746,7 +6746,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