From: Nico Weber Date: Thu, 24 Apr 2014 03:06:18 +0000 (+0000) Subject: compeltions are never appropriate. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8637d44adc097db097a5aa96b194db52c79a771e;p=clang compeltions are never appropriate. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207066 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang-c/Index.h b/include/clang-c/Index.h index 386e0ffc31..e1d090bce9 100644 --- a/include/clang-c/Index.h +++ b/include/clang-c/Index.h @@ -5121,7 +5121,7 @@ CXDiagnostic clang_codeCompleteGetDiagnostic(CXCodeCompleteResults *Results, 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