Skip to content

Commit

Permalink
[NFC][clang] Fix typo
Browse files Browse the repository at this point in the history
Change 'otuer' to 'outer'.
  • Loading branch information
0x59616e committed Jun 11, 2022
1 parent 7e5f75a commit 6cf8348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/include/clang/Sema/Template.h
Expand Up @@ -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) {
Expand Down

0 comments on commit 6cf8348

Please sign in to comment.