Skip to content

Commit 00f5437

Browse files
TApplencourtaokblast
authored andcommitted
[clang] Fix Typo on cindex.py (llvm#92945)
Co-authored-by: Thomas Applencourt <[email protected]>
1 parent 318e314 commit 00f5437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/bindings/python/clang/cindex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3015,7 +3015,7 @@ class _CXUnsavedFile(Structure):
30153015

30163016

30173017
# Functions calls through the python interface are rather slow. Fortunately,
3018-
# for most symboles, we do not need to perform a function call. Their spelling
3018+
# for most symbols, we do not need to perform a function call. Their spelling
30193019
# never changes and is consequently provided by this spelling cache.
30203020
SPELLING_CACHE = {
30213021
# 0: CompletionChunk.Kind("Optional"),

0 commit comments

Comments
 (0)