aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLCommandQueue.java
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-02-24 16:00:35 +0100
committerMichael Bien <[email protected]>2010-02-24 16:00:35 +0100
commit0b0a4735f71f1e34adf426a1c033b94aca01ab75 (patch)
tree22d430272f1554f87a8bc7ca91d26e92c2aa5cde /src/com/mbien/opencl/CLCommandQueue.java
parent01775d5597d6d1ef4fff195f572c1a6528438f66 (diff)
code review, spell checks and scope.
Diffstat (limited to 'src/com/mbien/opencl/CLCommandQueue.java')
-rw-r--r--src/com/mbien/opencl/CLCommandQueue.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/mbien/opencl/CLCommandQueue.java b/src/com/mbien/opencl/CLCommandQueue.java
index 269b0e6e..7351d22a 100644
--- a/src/com/mbien/opencl/CLCommandQueue.java
+++ b/src/com/mbien/opencl/CLCommandQueue.java
@@ -807,7 +807,7 @@ public class CLCommandQueue extends CLObject implements CLResource {
/**
* Setting properties after a command queue has been created can be implementation specific,
- * please refere to the specification ({@native clSetCommandQueueProperty}) or vendor documentation.
+ * please refer to the specification ({@native clSetCommandQueueProperty}) or vendor documentation.
*/
public void setProperty(Mode property, boolean enabled) {
int ret = cl.clSetCommandQueueProperty(ID, property.QUEUE_MODE, clBoolean(enabled), null);