summaryrefslogtreecommitdiffstats
path: root/include/clang-c
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2016-03-23 23:51:36 +0000
committerVedant Kumar <vsk@apple.com>2016-03-23 23:51:36 +0000
commit24028ac5d033be4c1e87ce65affb4ea61deb1897 (patch)
tree46fcc7f813452ddbbdec2365c485f9699c4d8804 /include/clang-c
parent34f26111f8ae8f155d0229b9e252a1f1e67899ce (diff)
Fix a typo, Tiles -> Files, NFC
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@264218 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang-c')
-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 a564af88b2..9c9bc7a998 100644
--- a/include/clang-c/Index.h
+++ b/include/clang-c/Index.h
@@ -4958,7 +4958,7 @@ CINDEX_LINKAGE unsigned clang_defaultCodeCompleteOptions(void);
* Note that the column should point just after the syntactic construct that
* initiated code completion, and not in the middle of a lexical token.
*
- * \param unsaved_files the Tiles that have not yet been saved to disk
+ * \param unsaved_files the Files that have not yet been saved to disk
* but may be required for parsing or code completion, including the
* contents of those files. The contents and name of these files (as
* specified by CXUnsavedFile) are copied when necessary, so the