Author: Whiteknight
Date: Fri Jan 9 06:42:00 2009
New Revision: 35303
Modified:
trunk/include/parrot/interpreter.h
Log:
[include] Fix small comment typo
Modified: trunk/include/parrot/interpreter.h
==============================================================================
--- trunk/include/parrot/interpreter.h (original)
+++ trunk/include/parrot/interpreter.h Fri Jan 9 06:42:00 2009
@@ -234,7 +234,7 @@
struct PackFile_Constant ** constants;
/* code->prederefed.code - code->base.data in opcodes
- * to simplify conversio between code ptrs in e.g. invoke */
+ * to simplify conversion between code ptrs in e.g. invoke */
size_t pred_offset;
};