Skip to content

Commit bd04091

Browse files
oli-obkRalfJung
andauthored
Update README.md
Co-authored-by: Ralf Jung <[email protected]>
1 parent 35ece43 commit bd04091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ environment variable:
252252
indicates a pointer that was cast from an integer, so Miri was unable to track
253253
this pointer.
254254
* `-Zmiri-compare-exchange-weak-failure-rate=<rate>` changes the failure rate of
255-
weak atomic operations. The default is `0.8` (so 4 out of 5 weak ops will fail.
255+
`compare_exchange_weak` operations. The default is `0.8` (so 4 out of 5 weak ops will fail).
256256
You can change it to any value between `0.0` and `1.0`, where `1.0` means it
257257
will always fail and `0.0` means it will never fail.
258258

0 commit comments

Comments
 (0)