emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp dc7ccfa 1/3: * Fix typo into pdumper integration


From: Andrea Corallo
Subject: feature/native-comp dc7ccfa 1/3: * Fix typo into pdumper integration
Date: Mon, 9 Mar 2020 04:11:48 -0400 (EDT)

branch: feature/native-comp
commit dc7ccfaf0fe7580afb59e0ebe5b44123f5c4c586
Author: Andrea Corallo <address@hidden>
Commit: Andrea Corallo <address@hidden>

    * Fix typo into pdumper integration
---
 src/pdumper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pdumper.c b/src/pdumper.c
index 71551d7..4ecdea1 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;
       }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]