Skip to content

Commit 8c3dfa2

Browse files
Update llvm/docs/UndefinedBehavior.rst
Co-authored-by: Antonio Frighetto <[email protected]>
1 parent be9516d commit 8c3dfa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/UndefinedBehavior.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ becoming obvious that it is UB.
189189

190190
Poison Values
191191
-------------
192-
Poison values are a stronger from of deferred UB than undef. They still
192+
Poison values are a stronger form of deferred UB than undef. They still
193193
allow instructions to be executed speculatively, but they taint the whole
194194
expression DAG (with some exceptions), akin to floating point NaN values.
195195

0 commit comments

Comments
 (0)