git: 0e3ce6d082b3 - main - efi loader: Typo

Mark Johnston markj at FreeBSD.org
Tue Sep 21 16:11:03 UTC 2021


The branch main has been updated by markj:

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

commit 0e3ce6d082b34154e41e220757c03d66d881a47b
Author:     Mark Johnston <markj at FreeBSD.org>
AuthorDate: 2021-09-21 16:09:55 +0000
Commit:     Mark Johnston <markj at FreeBSD.org>
CommitDate: 2021-09-21 16:09:55 +0000

    efi loader: Typo
    
    MFC after:      3 days
---
 stand/efi/loader/arch/amd64/elf64_freebsd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stand/efi/loader/arch/amd64/elf64_freebsd.c b/stand/efi/loader/arch/amd64/elf64_freebsd.c
index d0c8ef96eeea..4bdf675cd5a3 100644
--- a/stand/efi/loader/arch/amd64/elf64_freebsd.c
+++ b/stand/efi/loader/arch/amd64/elf64_freebsd.c
@@ -269,7 +269,7 @@ elf64_exec(struct preloaded_file *fp)
 		}
 	}
 
-	printf("staging %#lx (%scoping) tramp %p PT4 %p\n",
+	printf("staging %#lx (%scopying) tramp %p PT4 %p\n",
 	    staging, copy_staging == COPY_STAGING_ENABLE ? "" : "not ",
 	    trampoline, PT4);
 	printf("Start @ 0x%lx ...\n", ehdr->e_entry);


More information about the dev-commits-src-all mailing list