Fixed typo

This commit is contained in:
Dmitry Boulytchev 2021-09-28 10:39:02 +03:00
parent e03e2dda25
commit c90a73c10f

View file

@ -70,7 +70,7 @@ bytefile* read_file (char *fname) {
return file;
}
/* Disassembles the bytecode pull */
/* Disassembles the bytecode pool */
void disassemble (FILE *f, bytefile *bf) {
# define INT (ip += sizeof (int), *(int*)(ip - sizeof (int)))