Skip to content

Commit 09a1ed2

Browse files
Update wording after review comments
1 parent e103201 commit 09a1ed2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

flang/docs/Aliasing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -283,11 +283,11 @@ end
283283

284284
Optimizations assume that Cray pointers do not alias any other variables.
285285
In the above example, it is assumed that `handle` and `target` do not alias,
286-
and optimizations will treat them as seperate entities.
286+
and optimizations will treat them as separate entities.
287287

288-
You may add the TARGET attribute to variables aliasing with a Cray pointer (the
289-
`target` variable in this example), and this will disable some optimizations
290-
that would otherwise assume there is no aliasing.
288+
In order to disable optimizations that assume that there is no aliasing between
289+
Cray pointer targets and entities they alias with, add the TARGET attribute to
290+
variables aliasing with a Cray pointer (the `target` variable in this example).
291291

292292
## Type considerations
293293

0 commit comments

Comments
 (0)