Skip to content

Commit 943617d

Browse files
committed
Typo fix; NFC
1 parent 6fa0961 commit 943617d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/CGExprAgg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1736,7 +1736,7 @@ void AggExprEmitter::VisitCXXParenListOrInitListExpr(
17361736
for (const auto *Field : record->fields())
17371737
assert(
17381738
(Field->isUnnamedBitField() || Field->isAnonymousStructOrUnion()) &&
1739-
"Only unnamed bitfields or ananymous class allowed");
1739+
"Only unnamed bitfields or anonymous class allowed");
17401740
#endif
17411741
return;
17421742
}

0 commit comments

Comments
 (0)