Skip to content

Commit 8f1266e

Browse files
author
Henry Jin
committed
fixed minor typos
1 parent ede3b03 commit 8f1266e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Examples_target.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ \section{\code{target} Construct on \code{parallel} Construct}
66

77
This following example shows how the \code{target} construct offloads a code
88
region to a target device. The variables \plc{p}, \plc{v1}, \plc{v2}, and \plc{N} are implicitly mapped
9-
to the the target device.
9+
to the target device.
1010

1111
\cexample{target}{1c}
1212

@@ -16,7 +16,7 @@ \section{\code{target} Construct with \code{map} Clause}
1616

1717
This following example shows how the \code{target} construct offloads a code
1818
region to a target device. The variables \plc{p}, \plc{v1} and \plc{v2} are explicitly mapped to the
19-
the target device using the map clause. The variable \plc{N} is implicitly mapped to
19+
target device using the \code{map} clause. The variable \plc{N} is implicitly mapped to
2020
the target device.
2121

2222
\cexample{target}{2c}

0 commit comments

Comments
 (0)