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
No related branches found
No related tags found
No related merge requests found
Pipeline #11058 skipped
......@@ -1366,7 +1366,7 @@ mshocks : MSHOCKS ';' mshock_list END ';'
{ driver.end_mshocks(false, false); }
| 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
variant by the [] operator will give false */
if ($3.contains("learnt_in"))
......
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