From: Sheng Date: Sat, 11 Jun 2022 07:59:05 +0000 (+0800) Subject: [NFC][clang] Fix typo X-Git-Tag: upstream/15.0.7~5114 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6cf83480ea631b05bdab8b32a5903728685a6c2a;p=platform%2Fupstream%2Fllvm.git [NFC][clang] Fix typo Change 'otuer' to 'outer'. --- diff --git a/clang/include/clang/Sema/Template.h b/clang/include/clang/Sema/Template.h index 540d2c9..5dcde77 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) {