diff options
Diffstat (limited to 'src/com/mbien/opencl/CLEvent.java')
-rw-r--r-- | src/com/mbien/opencl/CLEvent.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/mbien/opencl/CLEvent.java b/src/com/mbien/opencl/CLEvent.java index bcc59efc..fb0af13f 100644 --- a/src/com/mbien/opencl/CLEvent.java +++ b/src/com/mbien/opencl/CLEvent.java @@ -8,7 +8,7 @@ import static com.mbien.opencl.CLException.*; /** * Event objects can be used for synchronizing command queues, e.g you can wait until a - * event accures or they can also be used to capture profiling information that + * event occurs or they can also be used to capture profiling information that * measure execution time of a command. * Profiling of OpenCL commands can be enabled by using a {@link com.mbien.opencl.CLCommandQueue} created with * {@link com.mbien.opencl.CLCommandQueue.Mode#PROFILING_MODE}. @@ -190,7 +190,7 @@ public class CLEvent extends CLObject implements CLResource { /** - * Value of wrapped OpenCL command excecution status. + * Value of wrapped OpenCL command execution status. */ public final int STATUS; |