aboutsummaryrefslogtreecommitdiff
path: root/stand/efi
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-09-04 11:39:35 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-09-07 07:25:25 +0000
commit461a73dfc1d888b3b3f676fa420c6ad072c8a9b0 (patch)
tree481076cb3b86f5488efb9d161e4d7197fd8f2b04 /stand/efi
parent4351e5a43073bb0d787efa2c82fee7c3547119b5 (diff)
downloadsrc-461a73dfc1d888b3b3f676fa420c6ad072c8a9b0.tar.gz
src-461a73dfc1d888b3b3f676fa420c6ad072c8a9b0.zip
stand: Remove a double word in a source code comment
- s/the the/the/ (cherry picked from commit e30a08016ba6f140bd16e15fd564ab0c2c9f4b84)
Diffstat (limited to 'stand/efi')
-rw-r--r--stand/efi/loader/copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/efi/loader/copy.c b/stand/efi/loader/copy.c
index 47e613ccc2f3..19521a854402 100644
--- a/stand/efi/loader/copy.c
+++ b/stand/efi/loader/copy.c
@@ -287,7 +287,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.
*/