diff options
Diffstat (limited to 'clang/include/clang-c/Index.h')
-rw-r--r-- | clang/include/clang-c/Index.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h index ea84de6d79f..272badfd094 100644 --- a/clang/include/clang-c/Index.h +++ b/clang/include/clang-c/Index.h @@ -2016,7 +2016,7 @@ enum CXCursorKind { */ CXCursor_TranslationUnit = 300, - /* Attributes */ + /* Attribute */ CXCursor_FirstAttr = 400, /** * \brief An attribute whose specific kind is not exposed via this |