Skip to content

Commit e73f716

Browse files
committed
Fix typo in an error message
1 parent b8089bb commit e73f716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/arm64/emit.mlp

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ let record_frame_label live dbg =
165165
Misc.fatal_error ("bad GC root " ^ Reg.name r)
166166
| { typ = Valx2; } as r ->
167167
(* CR mslater: (SIMD) arm64 *)
168-
Misc.fatal_error ("Unexpect Valx2 type of reg " ^ Reg.name r)
168+
Misc.fatal_error ("Unexpected Valx2 type of reg " ^ Reg.name r)
169169
| { typ = Val; loc = Unknown ; } as r ->
170170
Misc.fatal_error ("Unknown location " ^ Reg.name r)
171171
| { typ = Int | Float | Float32 | Vec128; _ } -> ())

0 commit comments

Comments
 (0)