summaryrefslogtreecommitdiffstats
path: root/clang/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
commitcbfe7bb72e6de9db72bbcbe8c697bf3b7627e18d (patch)
treeed85336cd639db2b1d5c929dd50a6732bf848b02 /clang/include/clang-c
parent02f593f0b88c21b1f738d86ec8277c66e2d8eff0 (diff)
downloadbcm5719-llvm-cbfe7bb72e6de9db72bbcbe8c697bf3b7627e18d.tar.gz
bcm5719-llvm-cbfe7bb72e6de9db72bbcbe8c697bf3b7627e18d.zip
Fix a typo, Tiles -> Files, NFC
llvm-svn: 264218
Diffstat (limited to 'clang/include/clang-c')
-rw-r--r--clang/include/clang-c/Index.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h
index a564af88b28..9c9bc7a9984 100644
--- a/clang/include/clang-c/Index.h
+++ b/clang/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
OpenPOWER on IntegriCloud