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


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to