You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2010/09/16 16:21:00 UTC

svn commit: r997759 - in /harmony/enhanced/java/trunk/drlvm/vm: gc_gen/src/mark_compact/ vmcore/include/ vmcore/src/init/ vmcore/src/util/

Author: hindessm
Date: Thu Sep 16 14:20:59 2010
New Revision: 997759

URL: http://svn.apache.org/viewvc?rev=997759&view=rev
Log:
Trivial spelling fixes to avoid warnings from the Debian package
checker, lintian.

Modified:
    harmony/enhanced/java/trunk/drlvm/vm/gc_gen/src/mark_compact/mspace_collect_compact.cpp
    harmony/enhanced/java/trunk/drlvm/vm/gc_gen/src/mark_compact/mspace_extend_compact.cpp
    harmony/enhanced/java/trunk/drlvm/vm/vmcore/include/jarfile_support.h
    harmony/enhanced/java/trunk/drlvm/vm/vmcore/src/init/harmony.properties
    harmony/enhanced/java/trunk/drlvm/vm/vmcore/src/util/jarfile_support.cpp

Modified: harmony/enhanced/java/trunk/drlvm/vm/gc_gen/src/mark_compact/mspace_collect_compact.cpp
URL: http://svn.apache.org/viewvc/harmony/enhanced/java/trunk/drlvm/vm/gc_gen/src/mark_compact/mspace_collect_compact.cpp?rev=997759&r1=997758&r2=997759&view=diff
==============================================================================
--- harmony/enhanced/java/trunk/drlvm/vm/gc_gen/src/mark_compact/mspace_collect_compact.cpp (original)
+++ harmony/enhanced/java/trunk/drlvm/vm/gc_gen/src/mark_compact/mspace_collect_compact.cpp Thu Sep 16 14:20:59 2010
@@ -292,7 +292,7 @@ void mspace_collection(Mspace* mspace) 
     TRACE2("gc.process", "\nGC: end of move compact algo ... \n");
 
   }else{
-    LDIE(75, "GC: The speficied major collection algorithm doesn't exist!");
+    LDIE(75, "GC: The specified major collection algorithm doesn't exist!");
   }
 
   if((!LOS_ADJUST_BOUNDARY)&&(kind != TRANS_NOTHING) ) {

Modified: harmony/enhanced/java/trunk/drlvm/vm/gc_gen/src/mark_compact/mspace_extend_compact.cpp
URL: http://svn.apache.org/viewvc/harmony/enhanced/java/trunk/drlvm/vm/gc_gen/src/mark_compact/mspace_extend_compact.cpp?rev=997759&r1=997758&r2=997759&view=diff
==============================================================================
--- harmony/enhanced/java/trunk/drlvm/vm/gc_gen/src/mark_compact/mspace_extend_compact.cpp (original)
+++ harmony/enhanced/java/trunk/drlvm/vm/gc_gen/src/mark_compact/mspace_extend_compact.cpp Thu Sep 16 14:20:59 2010
@@ -284,7 +284,7 @@ void mspace_extend_compact(Collector *co
   atomic_cas32( &num_space_changing_collectors, 0, num_active_collectors + 1);
   old_num = atomic_inc32(&num_space_changing_collectors);
   if( ++old_num == num_active_collectors ){
-     if(NOS_SIZE) /* when NOS_SIZE is speficied, it can't be shrunk. */
+     if(NOS_SIZE) /* when NOS_SIZE is specified, it can't be shrunk. */
        LWARN(59, "GC: collector[{0}]: MOS is overflowed, have to reduce NOS size." << ((POINTER_SIZE_INT)collector->thread_handle));
      Block *old_nos_boundary = nspace->blocks;
      nos_boundary = &mspace->blocks[mspace->free_block_idx - mspace->first_block_idx];

Modified: harmony/enhanced/java/trunk/drlvm/vm/vmcore/include/jarfile_support.h
URL: http://svn.apache.org/viewvc/harmony/enhanced/java/trunk/drlvm/vm/vmcore/include/jarfile_support.h?rev=997759&r1=997758&r2=997759&view=diff
==============================================================================
--- harmony/enhanced/java/trunk/drlvm/vm/vmcore/include/jarfile_support.h (original)
+++ harmony/enhanced/java/trunk/drlvm/vm/vmcore/include/jarfile_support.h Thu Sep 16 14:20:59 2010
@@ -78,7 +78,7 @@ enum JarCompressionMethod
     JAR_FILE_IMPLODED,
     JAR_FILE_RESERVED_TCA,
     JAR_FILE_DEFLATED,
-    JAR_FILE_ENCHANCED_DEFLATE,
+    JAR_FILE_ENHANCED_DEFLATE,
     JAR_FILE_PKWARED
 };
 

Modified: harmony/enhanced/java/trunk/drlvm/vm/vmcore/src/init/harmony.properties
URL: http://svn.apache.org/viewvc/harmony/enhanced/java/trunk/drlvm/vm/vmcore/src/init/harmony.properties?rev=997759&r1=997758&r2=997759&view=diff
==============================================================================
--- harmony/enhanced/java/trunk/drlvm/vm/vmcore/src/init/harmony.properties (original)
+++ harmony/enhanced/java/trunk/drlvm/vm/vmcore/src/init/harmony.properties Thu Sep 16 14:20:59 2010
@@ -136,7 +136,7 @@ LDIE071=Unknown property table: {0}
 LDIE072=FAILED on unloading classloader: \n{0} live j.l.Class of unloaded class is de    tected: {1}
 LDIE073=Unexpected kind
 LDIE074=Unexpected register
-LDIE075=GC: The speficied major collection algorithm doesn't exist!
+LDIE075=GC: The specified major collection algorithm doesn't exist!
 LDIE076=Property value {0} is not set!
 LDIE077=Please define USE_UNIQUE_MARK_SWEEP_GC macro.
 LDIE078=GC: Run out GC metadata, please give it more segments!

Modified: harmony/enhanced/java/trunk/drlvm/vm/vmcore/src/util/jarfile_support.cpp
URL: http://svn.apache.org/viewvc/harmony/enhanced/java/trunk/drlvm/vm/vmcore/src/util/jarfile_support.cpp?rev=997759&r1=997758&r2=997759&view=diff
==============================================================================
--- harmony/enhanced/java/trunk/drlvm/vm/vmcore/src/util/jarfile_support.cpp (original)
+++ harmony/enhanced/java/trunk/drlvm/vm/vmcore/src/util/jarfile_support.cpp Thu Sep 16 14:20:59 2010
@@ -121,8 +121,8 @@ bool JarEntry::GetContent(unsigned char*
         }
 #endif //_IPF
         break;
-    case JAR_FILE_ENCHANCED_DEFLATE:
-        printf( "Found ENCHANCED DEFLATE content. No support as of yet.\n" );
+    case JAR_FILE_ENHANCED_DEFLATE:
+        printf( "Found ENHANCED DEFLATE content. No support as of yet.\n" );
         return false;
     case JAR_FILE_PKWARED:
         printf( "Found PKWARED content. No support as of yet.\n" );