diff --git a/src/sregex/sre_vm_thompson_jit.c b/src/sregex/sre_vm_thompson_jit.c index 3c4f0fc..adda6c5 100644 --- a/src/sregex/sre_vm_thompson_jit.c +++ b/src/sregex/sre_vm_thompson_jit.c @@ -105,7 +105,7 @@ sre_vm_thompson_jit_compile(sre_pool_t *pool, sre_program_t *prog, /* * write generated machine code to a temporary file. - * wiew with objdump or ndisasm + * view with objdump or ndisasm */ f = fopen("/tmp/thompson-jit.bin", "wb"); fwrite(code->handler, codesz, 1, f);