Skip to content

Commit 6c8fcb4

Browse files
authored
remove an extra character in an OpenCL C example (#1172)
1 parent 0483627 commit 6c8fcb4

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)