Commit 373388bb authored by Nils Goroll's avatar Nils Goroll

fix typo

parent 3c5ed76f
......@@ -357,7 +357,7 @@ class prototype(object):
self.bname = wl.pop(0)
if not re.match("^[a-zA-Z.][a-zA-Z0-9_]*$", self.bname):
err("%s(): Illegal name\n" % self.nname, warn=False)
err("%s(): Illegal name\n" % self.bname, warn=False)
self.name = prefix + self.bname
if not re.match('^[a-zA-Z_][a-zA-Z0-9_]*$', self.cname()):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment