From: Andrea Corallo Date: Sun, 8 Mar 2020 22:33:54 +0000 (+0000) Subject: * Fix typo into pdumper integration X-Git-Tag: emacs-28.0.90~2727^2~786 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dc7ccfaf0fe7580afb59e0ebe5b44123f5c4c586;p=emacs.git * Fix typo into pdumper integration --- diff --git a/src/pdumper.c b/src/pdumper.c index 71551d7c709..4ecdea14538 100644 --- a/src/pdumper.c +++ b/src/pdumper.c @@ -5320,7 +5320,7 @@ dump_do_dump_relocation (const uintptr_t dump_base, error ("missing label name"); void *func = dynlib_sym (comp_u->handle, SSDATA (c_name)); if (!func) - error ("can't function in compilation unit"); + error ("can't find function in compilation unit"); subr->function.a0 = func; break; }