Skip to content

Commit b42fda1

Browse files
authored
Fix Typo on cindex.py
1 parent 194e7cc commit b42fda1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/bindings/python/clang/cindex.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ def __repr__(self):
865865
# template parameter, or class template partial specialization.
866866
CursorKind.TEMPLATE_REF = CursorKind(45)
867867

868-
# A reference to a namespace or namepsace alias.
868+
# A reference to a namespace or namespace alias.
869869
CursorKind.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.
27742774
SpellingCache = {
27752775
# 0: CompletionChunk.Kind("Optional"),

0 commit comments

Comments
 (0)