diff options
| -rw-r--r-- | clang/lib/Sema/SemaTemplateInstantiate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaTemplateInstantiate.cpp b/clang/lib/Sema/SemaTemplateInstantiate.cpp index 6e715d25b4d..96b45d17d1c 100644 --- a/clang/lib/Sema/SemaTemplateInstantiate.cpp +++ b/clang/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()) { |

