From 943617d12ccbd3cf317f0bbec03d9efc700f3953 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Wed, 8 May 2024 08:03:22 -0400 Subject: Typo fix; NFC --- clang/lib/CodeGen/CGExprAgg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/CodeGen/CGExprAgg.cpp') diff --git a/clang/lib/CodeGen/CGExprAgg.cpp b/clang/lib/CodeGen/CGExprAgg.cpp index cd9936a..6172eb9 100644 --- a/clang/lib/CodeGen/CGExprAgg.cpp +++ b/clang/lib/CodeGen/CGExprAgg.cpp @@ -1736,7 +1736,7 @@ void AggExprEmitter::VisitCXXParenListOrInitListExpr( for (const auto *Field : record->fields()) assert( (Field->isUnnamedBitField() || Field->isAnonymousStructOrUnion()) && - "Only unnamed bitfields or ananymous class allowed"); + "Only unnamed bitfields or anonymous class allowed"); #endif return; } -- cgit v1.1