summaryrefslogtreecommitdiff
path: root/src/opcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opcode.h')
-rw-r--r--src/opcode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/opcode.h b/src/opcode.h
index 61d7a3ad..c7dae08a 100644
--- a/src/opcode.h
+++ b/src/opcode.h
@@ -37,7 +37,7 @@ struct Opcode {
Invalid,
};
- // Static opcode objects.
+// Static opcode objects.
#define WABT_OPCODE(rtype, type1, type2, type3, mem_size, prefix, code, Name, \
text) \
static Opcode Name##_Opcode;
@@ -134,6 +134,6 @@ struct Opcode {
Enum enum_;
};
-} // end anonymous namespace
+} // namespace wabt
#endif // WABT_OPCODE_H_