Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Fix a tiny typo.
  • Loading branch information
ju-sh authored and yne committed Mar 1, 2022
1 parent 87624c3 commit adf0558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ void parseVcdInstruction(ParseCtx* p) {
} else if (!strcmp("dumpvars", token)) {
} else if (!strcmp("end", token)) {
} else {
printf("unknow token : %s\n", token);
printf("unknown token : %s\n", token);
}
}
/* Parse a time line (ex: '#210000000') and copy all previous samples values */
Expand Down

0 comments on commit adf0558

Please sign in to comment.