diff options
author | Kenneth Russel <[email protected]> | 2006-04-13 22:42:47 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2006-04-13 22:42:47 +0000 |
commit | ae070c70ead00d1377ce80735a86c51434cf7c4e (patch) | |
tree | b90004a49c43a3013d032b3777187d6c9ce32806 /src/java/com | |
parent | 1a6ba98f8b192fa765d0b8e4e8860cf19bb3df1c (diff) |
Clarified CPU javadoc
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/trunk@26 a78bb65f-1512-4460-ba86-f6dc96a7bf27
Diffstat (limited to 'src/java/com')
-rwxr-xr-x | src/java/com/sun/gluegen/runtime/CPU.java | 4 |
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; |