diff options
Diffstat (limited to 'test/com')
-rw-r--r-- | test/com/jogamp/opencl/test/util/MiscUtils.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/com/jogamp/opencl/test/util/MiscUtils.java b/test/com/jogamp/opencl/test/util/MiscUtils.java index 77f09933..2f3ed5dd 100644 --- a/test/com/jogamp/opencl/test/util/MiscUtils.java +++ b/test/com/jogamp/opencl/test/util/MiscUtils.java @@ -94,7 +94,7 @@ public class MiscUtils { * nobody makes one, not just a check that we didn't see one. * <p> * To check whether an OpenCL implementation/library has actually been loaded, - * use {@link CLAbstractImpl#isAvailable()}. + * use {@link CLImpl#isAvailable()}. * </p> */ public static final boolean isKnownOSWithoutCLImpl() { |