From 8f1266e3fec5415e33c25810ade55f19740d276b Mon Sep 17 00:00:00 2001 From: Henry Jin Date: Tue, 3 Mar 2015 12:21:28 -0800 Subject: [PATCH] fixed minor typos --- Examples_target.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}