932: Fix typo in comment. r=nlewycky a=nlewycky



Co-authored-by: nlewycky <nick@wasmer.io>
This commit is contained in:
bors[bot]
2019-11-05 19:32:26 +00:00
committed by GitHub

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