[NFC][clang] Fix typo

Change 'otuer' to 'outer'.
This commit is contained in:
Sheng 2022-06-11 15:59:05 +08:00
parent 7e5f75aa37
commit 6cf83480ea
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@ enum class TemplateSubstitutionKind : char {
return newScope; 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. /// given outermost scope.
static void deleteScopes(LocalInstantiationScope *Scope, static void deleteScopes(LocalInstantiationScope *Scope,
LocalInstantiationScope *Outermost) { LocalInstantiationScope *Outermost) {