diff --git a/byterun/byterun.c b/byterun/byterun.c index 0a0620152..f57ab9746 100644 --- a/byterun/byterun.c +++ b/byterun/byterun.c @@ -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)))