summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSamuel Antao <sfantao@us.ibm.com>2016-12-12 18:00:20 +0000
committerSamuel Antao <sfantao@us.ibm.com>2016-12-12 18:00:20 +0000
commitc0415b042f19abd495aff8ccbfcd226fcef1ce93 (patch)
tree85db74f7f14f791e088c009bb6c99b2f2bc54e2e /include
parent6d45bcf3c4f69566eb53756e83135ddae683999a (diff)
Fix format and a few typos in comments.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@289450 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/clang-c/Index.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang-c/Index.h b/include/clang-c/Index.h
index f5d44f8f20..5756f9fda4 100644
--- a/include/clang-c/Index.h
+++ b/include/clang-c/Index.h
@@ -326,7 +326,7 @@ clang_isFileMultipleIncludeGuarded(CXTranslationUnit tu, CXFile file);
*
* \param tu the translation unit
*
-* \param file_name the name of the file.
+ * \param file_name the name of the file.
*
* \returns the file handle for the named file in the translation unit \p tu,
* or a NULL file handle if the file was not a part of this translation unit.