fixed minor typos

This commit is contained in:
Henry Jin 2015-03-03 12:21:28 -08:00
parent ede3b032cf
commit 8f1266e3fe

View File

@ -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}