Fix typo in last commit.

This commit is contained in:
Martin Whitaker 2018-10-06 20:22:12 +01:00
parent f1608e163f
commit 0d20c50de4
1 changed files with 1 additions and 1 deletions

View File

@ -1276,7 +1276,7 @@ static void emit_lpm_as_ca(ivl_scope_t scope, ivl_lpm_t lpm,
"should not be generated.\n",
ivl_lpm_file(lpm), ivl_lpm_lineno(lpm));
vlog_errors += 1;
// falthrough
// fallthrough
case IVL_LPM_CONCAT:
emit_lpm_concat(scope, lpm);
break;