File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1978,9 +1978,9 @@ example:
1978
1978
The supported access kinds are:
1979
1979
1980
1980
- ``readwrite``: Any kind of access to the location is allowed.
1981
- - ``read``: The location is only read. Writing the location is immediate
1982
- undefined behavior. This includes the case where the location is read and
1983
- then the same value is written back.
1981
+ - ``read``: The location is only read. Writing to the location is immediate
1982
+ undefined behavior. This includes the case where the location is read from
1983
+ and then the same value is written back.
1984
1984
- ``write``: Only writes to the location are observable outside the function
1985
1985
call. However, the function may still internally read the location after
1986
1986
writing it, as this is not observable. Reading the location prior to
You can’t perform that action at this time.
0 commit comments