Minor comment fix up.

--HG--
extra : convert_revision : 20d517c4bc2aae54e53368c708b5abb27ed3a469
This commit is contained in:
Gabe Black 2007-06-12 17:35:11 +00:00
parent 02732929e8
commit 4e7786d971

View file

@ -158,6 +158,6 @@ let {{
opTypes.pop(0)
# Generate code to return a macroop of the given name which will
# operate in the given "emulation environment"
# operate in the "emulation environment" env
return genMacroop(Name, env)
}};