aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com
diff options
context:
space:
mode:
Diffstat (limited to 'src/java/com')
-rwxr-xr-xsrc/java/com/sun/gluegen/runtime/CPU.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/java/com/sun/gluegen/runtime/CPU.java b/src/java/com/sun/gluegen/runtime/CPU.java
index bb339d9..d22d7b5 100755
--- a/src/java/com/sun/gluegen/runtime/CPU.java
+++ b/src/java/com/sun/gluegen/runtime/CPU.java
@@ -40,8 +40,8 @@
package com.sun.gluegen.runtime;
/** Provides information to autogenerated struct accessors about what
- kind of architecture (32- or 64-bit) we are currently running
- on. */
+ kind of data model (32- or 64-bit) is being used by the currently
+ running process. */
public class CPU {
private static boolean is32Bit;