summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJun Hiroe <[email protected]>2013-07-12 23:12:28 +0900
committerJun Hiroe <[email protected]>2013-07-12 23:12:28 +0900
commitb86409c36435502330beff87dfa3d9466d05daa7 (patch)
tree61174cc585f817e97e741df0497f34ae2088fb35
parentdd719383d0d76e33c80b9e1817a35fb9ac08b48b (diff)
downloadmruby-b86409c36435502330beff87dfa3d9466d05daa7.tar.gz
mruby-b86409c36435502330beff87dfa3d9466d05daa7.zip
Fix comments in opcode.h
-rw-r--r--src/opcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opcode.h b/src/opcode.h
index df1fcf9bd..45e5823c7 100644
--- a/src/opcode.h
+++ b/src/opcode.h
@@ -51,7 +51,7 @@
enum {
/*-----------------------------------------------------------------------
- name args description
+ operation code operand description
------------------------------------------------------------------------*/
OP_NOP=0,/* */
OP_MOVE,/* A B R(A) := R(B) */