Fix typo in comment.

This commit is contained in:
nlewycky
2019-11-05 11:31:14 -08:00
committed by GitHub
parent c07e6058f9
commit dc437bb4e7

View File

@ -290,7 +290,7 @@ extern "C" fn signal_trap_handler(
);
es_image.print_backtrace_if_needed();
}
// Just let the error propagate otherrwise
// Just let the error propagate otherwise
}
true