Skip to content

Commit 29e4bf5

Browse files
authored
Merge pull request #75974 from atrick/doc-typo
Typo in SIL.rst: Lifetime of Enums in Memory
2 parents 4229a91 + b8b0d9e commit 29e4bf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/SIL.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2748,12 +2748,12 @@ That's the case if the destroy point is jointly dominated by:
27482748

27492749
or
27502750

2751-
* an ``inject_enum_addr`` to the enum memory location with a non-trivial or
2751+
* an ``inject_enum_addr`` to the enum memory location with a trivial or
27522752
non-payload case.
27532753

27542754
or
27552755

2756-
* a successor of a ``switch_enum`` or ``switch_enum_addr`` for a non-trivial
2756+
* a successor of a ``switch_enum`` or ``switch_enum_addr`` for a trivial
27572757
or non-payload case.
27582758

27592759
Dead End Blocks

0 commit comments

Comments
 (0)