summaryrefslogtreecommitdiff
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
parentf6252e57c770fea10439659f35a69a783ff849d3 (diff)
Typo.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@70 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
-rw-r--r--ChangeLog5
-rw-r--r--src/format/exe_format.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c8c6eb2..ab45612 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+09-06-07 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/format/exe_format.c:
+ Typo (X386 -> i386).
+
09-06-01 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/binary.c:
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;
}