File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -283,11 +283,11 @@ end
283283
284284Optimizations assume that Cray pointers do not alias any other variables.
285285In 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
You can’t perform that action at this time.
0 commit comments