r207066 - compeltions are never appropriate.
Nico Weber
nicolasweber at gmx.de
Wed Apr 23 20:06:18 PDT 2014
Author: nico
Date: Wed Apr 23 22:06:18 2014
New Revision: 207066
URL: http://llvm.org/viewvc/llvm-project?rev=207066&view=rev
Log:
compeltions are never appropriate.
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=207066&r1=207065&r2=207066&view=diff
==============================================================================
--- cfe/trunk/include/clang-c/Index.h (original)
+++ cfe/trunk/include/clang-c/Index.h Wed Apr 23 22:06:18 2014
@@ -5121,7 +5121,7 @@ CXDiagnostic clang_codeCompleteGetDiagno
unsigned Index);
/**
- * \brief Determines what compeltions are appropriate for the context
+ * \brief Determines what completions are appropriate for the context
* the given code completion.
*
* \param Results the code completion results to query
More information about the cfe-commits
mailing list