Liberty file parser now accepts superfluous ;
authorNiels Moseley <n.a.moseley@moseleyinstruments.com>
Wed, 27 Mar 2019 14:17:58 +0000 (15:17 +0100)
committerNiels Moseley <n.a.moseley@moseleyinstruments.com>
Wed, 27 Mar 2019 14:17:58 +0000 (15:17 +0100)
passes/techmap/libparse.cc

index 510a24c24e1f2eb4e500eceab063fa0986f7b240..991cc4498b7a458dfc0474366b4f1653aa3608fe 100644 (file)
@@ -188,7 +188,7 @@ LibertyAst *LibertyParser::parse()
 
        int tok = lexer(str);
 
-       // there are liberty files in the while that
+       // there are liberty files in the wild that
        // have superfluous ';' at the end of
        // a  { ... }. We simply ignore a ';' here.
        // and get to the next statement.