diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-06-07 21:52:16 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-06-07 21:52:16 (GMT) |
commit | a10960d2accb3eae5353917a7853cf0693cd081a (patch) | |
tree | e91fd68a4b475bb3cfe8b59add77ac82e72983f4 /src/format | |
parent | f6252e57c770fea10439659f35a69a783ff849d3 (diff) |
Typo.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@70 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/format')
-rw-r--r-- | src/format/exe_format.c | 2 |
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; } |