Signed-off-by: Nathan Froyd <froy...@codesourcery.com> --- linux-user/elfload.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/linux-user/elfload.c b/linux-user/elfload.c index 682a813..76eb031 100644 --- a/linux-user/elfload.c +++ b/linux-user/elfload.c @@ -1767,7 +1767,7 @@ int load_elf_binary(struct linux_binprm * bprm, struct target_pt_regs * regs, * Core dump code is copied from linux kernel (fs/binfmt_elf.c). * * Porting ELF coredump for target is (quite) simple process. First you - * define ELF_USE_CORE_DUMP in target ELF code (where init_thread() for + * define USE_ELF_CORE_DUMP in target ELF code (where init_thread() for * the target resides): * * #define USE_ELF_CORE_DUMP -- 1.6.3.2