]> git.eshelyaron.com Git - emacs.git/commitdiff
* Fix typo into pdumper integration
authorAndrea Corallo <akrl@sdf.org>
Sun, 8 Mar 2020 22:33:54 +0000 (22:33 +0000)
committerAndrea Corallo <akrl@sdf.org>
Sun, 8 Mar 2020 22:33:54 +0000 (22:33 +0000)
src/pdumper.c

index 71551d7c709e879af1029057e09d202e834b8f1e..4ecdea14538df0aa68035b16d34a8d4b642c0a5a 100644 (file)
@@ -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;
       }