use agreed-upon wording

pull/162/head
Ralf Jung 5 years ago
parent d3a5f5b21d
commit 04823fd22b

@ -18,7 +18,7 @@ language cares about is preventing the following things:
* Dereferencing (using the `*` operator on) dangling or unaligned pointers (see below)
* Breaking the [pointer aliasing rules][]
* Calling a function with the wrong call ABI or wrong unwind ABI.
* Calling a function with the wrong call ABI or unwinding from a function with the wrong unwind ABI.
* Causing a [data race][race]
* Executing code compiled with [target features][] that the current thread of execution does
not support

Loading…
Cancel
Save