From 8637d44adc097db097a5aa96b194db52c79a771e Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 24 Apr 2014 03:06:18 +0000 Subject: [PATCH] compeltions are never appropriate. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207066 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 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 -- 2.40.0