summaryrefslogtreecommitdiff
path: root/src/format/exe_format.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/exe_format.c')
-rw-r--r--src/format/exe_format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/exe_format.c b/src/format/exe_format.c
index 6a5c55c..2924847 100644
--- a/src/format/exe_format.c
+++ b/src/format/exe_format.c
@@ -373,7 +373,7 @@ FormatTargetMachine get_exe_target_machine(const exe_format *format)
log_simple_message(LMT_INFO, _("Detected architecture: Microprocessor without Interlocked Pipeline Stages"));
break;
case FTM_386:
- log_simple_message(LMT_INFO, _("Detected architecture: X386"));
+ log_simple_message(LMT_INFO, _("Detected architecture: i386"));
break;
}