mirror of
https://github.com/verilator/verilator.git
synced 2026-09-04 16:40:12 +02:00
Commentary - Spelling fixes
This commit is contained in:
+1
-1
@@ -262,7 +262,7 @@ private:
|
||||
}
|
||||
}
|
||||
else if (AstUnionDType* adtypep = VN_CAST(dtypep, UnionDType)) {
|
||||
// Arbitrarially handle only the first member of the union
|
||||
// Arbitrarily handle only the first member of the union
|
||||
if (AstMemberDType* itemp = adtypep->membersp()) {
|
||||
AstNodeDType* subtypep = itemp->subDTypep()->skipRefp();
|
||||
ToggleEnt newent (above.m_comment+string(".")+itemp->name(),
|
||||
|
||||
Reference in New Issue
Block a user