Skip to content
Snippets Groups Projects
Commit 85a3c2d5 authored by Andre Maroneze's avatar Andre Maroneze Committed by Virgile Prevosto
Browse files

fix typos

parent 106aad2b
No related branches found
No related tags found
No related merge requests found
...@@ -6723,8 +6723,8 @@ and doExp local_env ...@@ -6723,8 +6723,8 @@ and doExp local_env
n n
end end
(* contrarily to the others builtins, __atomic_load and (* contrarily to the other builtins, __atomic_load and
__atomic_exchange generic version do not share the same __atomic_exchange generic versions do not share the same
signature as their specialized counterparts. signature as their specialized counterparts.
Hence, we'd have to change the args list as well. Hence, we'd have to change the args list as well.
*) *)
...@@ -6753,10 +6753,7 @@ and doExp local_env ...@@ -6753,10 +6753,7 @@ and doExp local_env
in in
clean_up_chunk_locals c; clean_up_chunk_locals c;
let t = typeOf_pointed t in let t = typeOf_pointed t in
let res = Format.sprintf "%s_%d" n (bytesSizeOf t)
Format.sprintf "%s_%d" n (bytesSizeOf t)
in
Kernel.feedback "result is %s" res; res
| [] -> | [] ->
Kernel.error ~once:true ~current:true Kernel.error ~once:true ~current:true
"Too few arguments for builtin %s" n; "Too few arguments for builtin %s" n;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment