diff --git a/clang/include/clang/Sema/Template.h b/clang/include/clang/Sema/Template.h index 540d2c9aa87e78..5dcde77b5dd37e 100644 --- a/clang/include/clang/Sema/Template.h +++ b/clang/include/clang/Sema/Template.h @@ -398,7 +398,7 @@ enum class TemplateSubstitutionKind : char { return newScope; } - /// deletes the given scope, and all otuer scopes, down to the + /// deletes the given scope, and all outer scopes, down to the /// given outermost scope. static void deleteScopes(LocalInstantiationScope *Scope, LocalInstantiationScope *Outermost) {