Skip to content
Snippets Groups Projects
Verified Commit 5974df89 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Fix typo in comment

[skip ci]
parent 77284f83
Branches
Tags
No related merge requests found
Pipeline #11058 skipped
...@@ -1366,7 +1366,7 @@ mshocks : MSHOCKS ';' mshock_list END ';' ...@@ -1366,7 +1366,7 @@ mshocks : MSHOCKS ';' mshock_list END ';'
{ driver.end_mshocks(false, false); } { driver.end_mshocks(false, false); }
| MSHOCKS '(' mshocks_options_list ')' ';' mshock_list END ';' | MSHOCKS '(' mshocks_options_list ')' ';' mshock_list END ';'
{ {
/* NB: the following relies of the fact that bool is the first /* NB: the following relies on the fact that bool is the first
alternative in the variant, so that default initialization of the alternative in the variant, so that default initialization of the
variant by the [] operator will give false */ variant by the [] operator will give false */
if ($3.contains("learnt_in")) if ($3.contains("learnt_in"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment