Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gasche committed Jan 19, 2024
1 parent c7ad1a1 commit 4b20f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ CAMLexport void caml_adjust_minor_gc_speed (mlsize_t res, mlsize_t max)
}
}

/* You must use [caml_intialize] to store the initial value in a field of a
/* You must use [caml_initialize] to store the initial value in a field of a
block, unless you are sure the value is not a young block, in which case a
plain assignment would do.
Expand Down

0 comments on commit 4b20f62

Please sign in to comment.