From 3154801a0054de2dba775902f3da04c96638bb27 Mon Sep 17 00:00:00 2001
From: Sven Gothel
Date: Sat, 14 Jan 2012 15:58:20 +0100
Subject: Minor Edits: Add GL_RENDERER to JoglVersion dump; Fix typo in
PMVMatrix.
---
src/jogl/classes/com/jogamp/opengl/util/PMVMatrix.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'src/jogl/classes/com/jogamp/opengl/util')
diff --git a/src/jogl/classes/com/jogamp/opengl/util/PMVMatrix.java b/src/jogl/classes/com/jogamp/opengl/util/PMVMatrix.java
index a86a2f435..286c70e54 100644
--- a/src/jogl/classes/com/jogamp/opengl/util/PMVMatrix.java
+++ b/src/jogl/classes/com/jogamp/opengl/util/PMVMatrix.java
@@ -64,7 +64,7 @@ public class PMVMatrix implements GLMatrixFunc {
* In most Java implementations, direct NIO buffers have no backing array
* and hence the Java computation will be throttled down by direct IO get/put
* operations.
- * Depending on the application, ie. weather the Java computation or
+ *
Depending on the application, ie. whether the Java computation or
* JNI invocation and hence native data transfer part is heavier,
* this flag shall be set to true
or false
.
*/
--
cgit v1.2.3