diff --git a/clang/bindings/python/clang/cindex.py b/clang/bindings/python/clang/cindex.py index aceaa131f1555..43b64a0796b8e 100644 --- a/clang/bindings/python/clang/cindex.py +++ b/clang/bindings/python/clang/cindex.py @@ -858,7 +858,7 @@ def __repr__(self): # template parameter, or class template partial specialization. CursorKind.TEMPLATE_REF = CursorKind(45) -# A reference to a namespace or namepsace alias. +# A reference to a namespace or namespace alias. CursorKind.NAMESPACE_REF = CursorKind(46) # A reference to a member of a struct, union, or class that occurs in