summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-06-07 21:52:16 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-06-07 21:52:16 (GMT)
commita10960d2accb3eae5353917a7853cf0693cd081a (patch)
treee91fd68a4b475bb3cfe8b59add77ac82e72983f4 /src
parentf6252e57c770fea10439659f35a69a783ff849d3 (diff)
Typo.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@70 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src')
-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;
}