Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
vzaliva committed Jul 31, 2023
1 parent bbf6329 commit 1417d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memory/cheri-coq/impl_mem.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,7 @@ module CHERIMorello : Memory = struct
begin match pv with
| PVconcrete c ->
let addr = C.cap_get_value c in
bind (lift_coq_memM ~quiet:true "find_overlapping" (MM.find_overlaping addr)) (fun x ->
bind (lift_coq_memM ~quiet:true "find_overlapping" (MM.find_overlapping addr)) (fun x ->
let loc = Cerb_location.unknown in
match x with
| MM.NoAlloc -> fail ~loc (MerrAccess (LoadAccess, OutOfBoundPtr))
Expand Down

0 comments on commit 1417d70

Please sign in to comment.