diff --git a/src/java/org/lwjgl/LWJGLUtil.java b/src/java/org/lwjgl/LWJGLUtil.java index b26e343e..bac22628 100644 --- a/src/java/org/lwjgl/LWJGLUtil.java +++ b/src/java/org/lwjgl/LWJGLUtil.java @@ -315,7 +315,7 @@ public class LWJGLUtil { /** * Locates the paths required by a library. * - * @param libName Local Library Name to search the classloader with ("openal"). + * @param libname Local Library Name to search the classloader with ("openal"). * @param platform_lib_name The native library name ("libopenal.so") * @param classloader The classloader to ask for library paths * @return Paths to located libraries, if any @@ -327,7 +327,7 @@ public class LWJGLUtil { /** * Locates the paths required by a library. * - * @param libName Local Library Name to search the classloader with ("openal"). + * @param libname Local Library Name to search the classloader with ("openal"). * @param platform_lib_names The list of possible library names ("libopenal.so") * @param classloader The classloader to ask for library paths * @return Paths to located libraries, if any diff --git a/src/java/org/lwjgl/openal/ALC10.java b/src/java/org/lwjgl/openal/ALC10.java index 28639433..e49da35d 100644 --- a/src/java/org/lwjgl/openal/ALC10.java +++ b/src/java/org/lwjgl/openal/ALC10.java @@ -318,7 +318,6 @@ public final class ALC10 { * The application can query for, and obtain an handle to, the device of a given context. * * @param context address of context to get device for - * @param ALCdevice associated with context */ public static ALCdevice alcGetContextsDevice(ALCcontext context) { ALCdevice device = null;