]> granicus.if.org Git - clang/commitdiff
Python bindings: fix typo.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sun, 7 Oct 2012 11:51:45 +0000 (11:51 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sun, 7 Oct 2012 11:51:45 +0000 (11:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165375 91177308-0d34-0410-b5e6-96231b3b80d8

bindings/python/clang/cindex.py

index 94e8f7a3a5c95d0f91f04a04d0fa8ffb0b652697..8f03dd6b1b58f99221481f9d0a8c7163b2d72c88 100644 (file)
@@ -654,7 +654,7 @@ CursorKind.TEMPLATE_TYPE_PARAMETER = CursorKind(27)
 CursorKind.TEMPLATE_NON_TYPE_PARAMETER = CursorKind(28)
 
 # A C++ template template parameter.
-CursorKind.TEMPLATE_TEMPLATE_PARAMTER = CursorKind(29)
+CursorKind.TEMPLATE_TEMPLATE_PARAMETER = CursorKind(29)
 
 # A C++ function template.
 CursorKind.FUNCTION_TEMPLATE = CursorKind(30)