summaryrefslogtreecommitdiffstats
path: root/tester/covoar/Target_i386.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tester/covoar/Target_i386.cc')
-rw-r--r--tester/covoar/Target_i386.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tester/covoar/Target_i386.cc b/tester/covoar/Target_i386.cc
index 4567c1e..2990273 100644
--- a/tester/covoar/Target_i386.cc
+++ b/tester/covoar/Target_i386.cc
@@ -1,7 +1,7 @@
/*! @file Target_i386.cc
* @brief Target_i386 Implementation
*
- * This file contains the implementation of the base class for
+ * This file contains the implementation of the base class for
* functions supporting target unique functionallity.
*/
@@ -62,7 +62,7 @@ namespace Target {
)
{
if (!strcmp( &line[strlen(line)-3], "nop")) {
- size = 1;
+ size = 1;
return true;
}