File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
clang/bindings/python/clang Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -865,7 +865,7 @@ def __repr__(self):
865865# template parameter, or class template partial specialization.
866866CursorKind .TEMPLATE_REF = CursorKind (45 )
867867
868- # A reference to a namespace or namepsace alias.
868+ # A reference to a namespace or namespace alias.
869869CursorKind .NAMESPACE_REF = CursorKind (46 )
870870
871871# A reference to a member of a struct, union, or class that occurs in
@@ -2769,7 +2769,7 @@ class _CXUnsavedFile(Structure):
27692769
27702770
27712771# Functions calls through the python interface are rather slow. Fortunately,
2772- # for most symboles , we do not need to perform a function call. Their spelling
2772+ # for most symbols , we do not need to perform a function call. Their spelling
27732773# never changes and is consequently provided by this spelling cache.
27742774SpellingCache = {
27752775 # 0: CompletionChunk.Kind("Optional"),
You can’t perform that action at this time.
0 commit comments