diff --git a/doc/em/int/em.p b/doc/em/int/em.p index 2d0bb2d6e..1a6cbcfc9 100644 --- a/doc/em/int/em.p +++ b/doc/em/int/em.p @@ -192,7 +192,7 @@ var iclass: insclass; { true for escaped opcodes } dispat: array[insclass,byte] of dispatch; retsize:size; { holds size of last LFR } - insr: mnem; { holds the instructionnumber } + insr: mnem; { holds the instruction number } halted: boolean; { normally false } exitstatus:word; { parameter of MON 1 } ignmask:word; { ignore mask for traps }