[NFC][clang] Fix typo
authorSheng <ox59616e@gmail.com>
Sat, 11 Jun 2022 07:59:05 +0000 (15:59 +0800)
committerSheng <ox59616e@gmail.com>
Sat, 11 Jun 2022 07:59:05 +0000 (15:59 +0800)
Change 'otuer' to 'outer'.

clang/include/clang/Sema/Template.h

index 540d2c9..5dcde77 100644 (file)
@@ -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) {