diff options
author | Samuel Antao <sfantao@us.ibm.com> | 2016-12-12 18:00:20 +0000 |
---|---|---|
committer | Samuel Antao <sfantao@us.ibm.com> | 2016-12-12 18:00:20 +0000 |
commit | 4c8035bca46c7d05f04215ccae1fdc0fd1fd8db5 (patch) | |
tree | 4d7b35eb574cd2055a0086c54eb877818e5965b6 /clang/include/clang-c | |
parent | 9d763b22af4c179060e9f7149b8d37f6f76d1576 (diff) | |
download | bcm5719-llvm-4c8035bca46c7d05f04215ccae1fdc0fd1fd8db5.tar.gz bcm5719-llvm-4c8035bca46c7d05f04215ccae1fdc0fd1fd8db5.zip |
Fix format and a few typos in comments.
llvm-svn: 289450
Diffstat (limited to 'clang/include/clang-c')
-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 f5d44f8f207..5756f9fda42 100644 --- a/clang/include/clang-c/Index.h +++ b/clang/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. |