Commit 2f063b0b authored by Nick Mathewson's avatar Nick Mathewson 🦞
Browse files

Fix a (harmless) typo.

parent 7ab910c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -467,7 +467,7 @@ class Checker(ASTVisitor):
            raise CheckError("Non-integer %s field %s for %s" % (
                ftype, fieldname, inside))

        note = {'tag': 'TL', 'array length': 'TL',
        note = {'tag': 'TL', 'array length': 'AL',
                'union length': 'CL'}[ftype]
        try:
            curUsage = self.structIntFieldUsage[fieldname]