Skip to content

Commit 5adeed2

Browse files
bashbaugaharon-abramson
authored andcommitted
remove an extra character in an OpenCL C example (KhronosGroup#1172)
1 parent 48a00b7 commit 5adeed2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OpenCL_C.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1534,7 +1534,7 @@ For example:
15341534
----------
15351535
float8 vf;
15361536

1537-
float *f = &vf.x; m // is illegal
1537+
float *f = &vf.x; // is illegal
15381538
float2 *f2 = &vf.s07; // is illegal
15391539

15401540
float4 *odd = &vf.odd; // is illegal

0 commit comments

Comments
 (0)