You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by dl...@apache.org on 2006/05/15 02:48:09 UTC

svn commit: r406480 - /incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/object.h

Author: dlydick
Date: Sun May 14 17:48:08 2006
New Revision: 406480

URL: http://svn.apache.org/viewcvs?rev=406480&view=rev
Log:
Regularized superclass members and local variable names.

Modified:
    incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/object.h

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/object.h
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/object.h?rev=406480&r1=406479&r2=406480&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/object.h (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/object.h Sun May 14 17:48:08 2006
@@ -304,7 +304,7 @@
                                    OBJECT_STATUS_MLOCK@endlink is set
                                  */
 
-    jvm_object_hash objhash_superclass; /**< Instance of
+    jvm_object_hash objhash_super_class; /**< Instance of
                                  * of this object's superclass, namely
                                  * the @c @b super object.
                                  * @link #JVMCFG_NULL_OBJECT