X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Finput%2Fvcd.c;h=1f20033095e30066e46a9716a78f6f7a3c17e61c;hb=d5794ad63ac0bc6f090b799b12d310c30860217b;hp=3b8aba8206b71e64a048df2b1c7b3ed1b874de95;hpb=bee2b0168c087676c1b365861d8c2d4714afa9b9;p=libsigrok.git diff --git a/src/input/vcd.c b/src/input/vcd.c index 3b8aba82..1f200330 100644 --- a/src/input/vcd.c +++ b/src/input/vcd.c @@ -93,7 +93,7 @@ struct vcd_channel { /* * Reads a single VCD section from input file and parses it to name/contents. - * e.g. $timescale 1ps $end => "timescale" "1ps" + * e.g. $timescale 1ps $end => "timescale" "1ps" */ static gboolean parse_section(GString *buf, gchar **name, gchar **contents) {