linux-user: fix ELF_USE_CORE_DUMP/USE_ELF_CORE_DUMP confusion
authorNathan Froyd <froydnj@codesourcery.com>
Fri, 11 Dec 2009 17:04:45 +0000 (09:04 -0800)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 19 Dec 2009 19:29:18 +0000 (20:29 +0100)
Signed-off-by: Nathan Froyd <froydnj@codesourcery.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
linux-user/elfload.c

index 46fa51b..9873541 100644 (file)
@@ -1764,7 +1764,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