Skip to content

Commit ddbd1b2

Browse files
committed
Fix typo
1 parent ee1f23c commit ddbd1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/select_utils.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ let env_find_regs_for_exception_extra_args id env =
9292

9393
let env_find_static_exception id env =
9494
try Int.Map.find id env.static_exceptions
95-
with Not_found -> Misc.fatal_errorf "Not found statc exception id=%d" id
95+
with Not_found -> Misc.fatal_errorf "Not found static exception id=%d" id
9696

9797
let env_enter_trywith env id label =
9898
let env, _ = env_add_static_exception id [] env label in

0 commit comments

Comments
 (0)