From ae070c70ead00d1377ce80735a86c51434cf7c4e Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Thu, 13 Apr 2006 22:42:47 +0000 Subject: 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 --- src/java/com/sun/gluegen/runtime/CPU.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/java/com') 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; -- cgit v1.2.3