git: 6105485531be - stable/12 - i386: Remove a double word in a source code comment

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

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

commit 6105485531be1872ef4243da4f37fcea48c6751e
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-09 12:30:34 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-14 06:31:28 +0000

    i386: Remove a double word in a source code comment
    
    - s/an an/an/
    
    (cherry picked from commit 9a22f7fb9da3c4e4b028c9008b13c7aa7018aa6e)
---
 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 108f1ca36711..611bfb414cb3 100644
--- a/sys/i386/i386/pmap.c
+++ b/sys/i386/i386/pmap.c
@@ -4569,7 +4569,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