git: e30a08016ba6 - main - stand: Remove a double word in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sun, 04 Sep 2022 11:39:44 UTC
The branch main has been updated by gbe (doc committer):

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

commit e30a08016ba6f140bd16e15fd564ab0c2c9f4b84
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-04 11:39:35 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-04 11:39:35 +0000

    stand: Remove a double word in a source code comment
    
    - s/the the/the/
    
    MFC after:      3 days
---
 stand/efi/loader/copy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stand/efi/loader/copy.c b/stand/efi/loader/copy.c
index 5892a790550b..d5e24439ed49 100644
--- a/stand/efi/loader/copy.c
+++ b/stand/efi/loader/copy.c
@@ -286,7 +286,7 @@ COMMAND_SET(staging_slop, "staging_slop", "set staging slop",
 
 #if defined(__i386__) || defined(__amd64__)
 /*
- * The staging area must reside in the the first 1GB or 4GB physical
+ * The staging area must reside in the first 1GB or 4GB physical
  * memory: see elf64_exec() in
  * boot/efi/loader/arch/amd64/elf64_freebsd.c.
  */