From 24028ac5d033be4c1e87ce65affb4ea61deb1897 Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Wed, 23 Mar 2016 23:51:36 +0000 Subject: [PATCH] Fix a typo, Tiles -> Files, NFC git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@264218 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang-c/Index.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1