r285938 - Fix spelling mistake.
Akira Hatanaka via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 3 10:11:29 PDT 2016
Author: ahatanak
Date: Thu Nov 3 12:11:28 2016
New Revision: 285938
URL: http://llvm.org/viewvc/llvm-project?rev=285938&view=rev
Log:
Fix spelling mistake.
Modified:
cfe/trunk/lib/Sema/SemaTemplateInstantiate.cpp
Modified: cfe/trunk/lib/Sema/SemaTemplateInstantiate.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaTemplateInstantiate.cpp?rev=285938&r1=285937&r2=285938&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaTemplateInstantiate.cpp (original)
+++ cfe/trunk/lib/Sema/SemaTemplateInstantiate.cpp Thu Nov 3 12:11:28 2016
@@ -210,7 +210,7 @@ Sema::InstantiatingTemplate::Instantiati
: 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()) {
More information about the cfe-commits
mailing list