Date: Tue, 21 Sep 2021 16:11:03 GMT From: Mark Johnston <markj@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 0e3ce6d082b3 - main - efi loader: Typo Message-ID: <202109211611.18LGB3cO032257@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=0e3ce6d082b34154e41e220757c03d66d881a47b commit 0e3ce6d082b34154e41e220757c03d66d881a47b Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2021-09-21 16:09:55 +0000 Commit: Mark Johnston <markj@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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109211611.18LGB3cO032257>