r264218 - Fix a typo, Tiles -> Files, NFC
Vedant Kumar via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 23 16:51:36 PDT 2016
Author: vedantk
Date: Wed Mar 23 18:51:36 2016
New Revision: 264218
URL: http://llvm.org/viewvc/llvm-project?rev=264218&view=rev
Log:
Fix a typo, Tiles -> Files, NFC
Modified:
cfe/trunk/include/clang-c/Index.h
Modified: cfe/trunk/include/clang-c/Index.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang-c/Index.h?rev=264218&r1=264217&r2=264218&view=diff
==============================================================================
--- cfe/trunk/include/clang-c/Index.h (original)
+++ cfe/trunk/include/clang-c/Index.h Wed Mar 23 18:51:36 2016
@@ -4958,7 +4958,7 @@ CINDEX_LINKAGE unsigned clang_defaultCod
* 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
More information about the cfe-commits
mailing list