diff --git a/Examples_target.tex b/Examples_target.tex index de906ec..d0a6742 100644 --- a/Examples_target.tex +++ b/Examples_target.tex @@ -6,7 +6,7 @@ This following example shows how the \code{target} construct offloads a code region to a target device. The variables \plc{p}, \plc{v1}, \plc{v2}, and \plc{N} are implicitly mapped -to the the target device. +to the target device. \cexample{target}{1c} @@ -16,7 +16,7 @@ to the the target device. This following example shows how the \code{target} construct offloads a code region to a target device. The variables \plc{p}, \plc{v1} and \plc{v2} are explicitly mapped to the -the target device using the map clause. The variable \plc{N} is implicitly mapped to +target device using the \code{map} clause. The variable \plc{N} is implicitly mapped to the target device. \cexample{target}{2c}