We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee1f23c commit ddbd1b2Copy full SHA for ddbd1b2
backend/select_utils.ml
@@ -92,7 +92,7 @@ let env_find_regs_for_exception_extra_args id env =
92
93
let env_find_static_exception id env =
94
try Int.Map.find id env.static_exceptions
95
- with Not_found -> Misc.fatal_errorf "Not found statc exception id=%d" id
+ with Not_found -> Misc.fatal_errorf "Not found static exception id=%d" id
96
97
let env_enter_trywith env id label =
98
let env, _ = env_add_static_exception id [] env label in
0 commit comments