Skip to content

Commit b6bcd6a

Browse files
committed
flambda-backend: Fix typos in ocaml_actions.ml
1 parent cf3f527 commit b6bcd6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ocamltest/ocaml_actions.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1273,8 +1273,8 @@ let no_poll_insertion = Actions.make
12731273
~name:"no-poll-insertion"
12741274
~description:"Passes if poll insertion is disabled"
12751275
(Actions_helpers.pass_or_skip (not Ocamltest_config.poll_insertion)
1276-
"Stack allocation disabled"
1277-
"Stack allocation enabled")
1276+
"Poll insertion disabled"
1277+
"Poll insertion enabled")
12781278

12791279
let ocamldoc = Ocaml_tools.ocamldoc
12801280

0 commit comments

Comments
 (0)