From: Akira Hatanaka Date: Thu, 3 Nov 2016 17:11:28 +0000 (+0000) Subject: Fix spelling mistake. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=398d04c1ebdd8d9f5fdf3690c288106ee87bbc99;p=clang Fix spelling mistake. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@285938 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaTemplateInstantiate.cpp b/lib/Sema/SemaTemplateInstantiate.cpp index 6e715d25b4..96b45d17d1 100644 --- a/lib/Sema/SemaTemplateInstantiate.cpp +++ b/lib/Sema/SemaTemplateInstantiate.cpp @@ -210,7 +210,7 @@ Sema::InstantiatingTemplate::InstantiatingTemplate( : SemaRef(SemaRef), SavedInNonInstantiationSFINAEContext( SemaRef.InNonInstantiationSFINAEContext) { // Don't allow further instantiation if a fatal error and an uncompilable - // error have occcured. Any diagnostics we might have raised will not be + // error have occurred. Any diagnostics we might have raised will not be // visible, and we do not need to construct a correct AST. if (SemaRef.Diags.hasFatalErrorOccurred() && SemaRef.Diags.hasUncompilableErrorOccurred()) {