* Comment typos
authortwisti <none@none>
Mon, 11 Jul 2005 08:26:41 +0000 (08:26 +0000)
committertwisti <none@none>
Mon, 11 Jul 2005 08:26:41 +0000 (08:26 +0000)
src/vm/linker.c
src/vm/loader.c

index 1eb439affdffd7d7d5d62a8a9be51cdff4fa1e19..0e234691a93e8195f45fe48fad763c312b8ce136 100644 (file)
@@ -32,7 +32,7 @@
             Edwin Steiner
             Christian Thalinger
 
-   $Id: linker.c 2868 2005-06-28 18:53:28Z twisti $
+   $Id: linker.c 2978 2005-07-11 08:26:41Z twisti $
 
 */
 
@@ -67,7 +67,7 @@ static s4 classvalue;
    primitive class.
  
    CAUTION: Don't change the order of the types. This table is indexed
-   by the ARRAYTYPE_ constants (expcept ARRAYTYPE_OBJECT).
+   by the ARRAYTYPE_ constants (except ARRAYTYPE_OBJECT).
 
 *******************************************************************************/
 
index 5001c76fed1bae3435696970431d73b20afea2c9..f25fc79d47babc9d858c22b797fe4d1004096271 100644 (file)
@@ -32,7 +32,7 @@
             Edwin Steiner
             Christian Thalinger
 
-   $Id: loader.c 2940 2005-07-08 15:40:11Z twisti $
+   $Id: loader.c 2978 2005-07-11 08:26:41Z twisti $
 
 */
 
@@ -2011,7 +2011,7 @@ classinfo *load_class_from_classloader(utf *name, java_objectheader *cl)
 
                if (r) {
                        /* store this class in the loaded class cache */
-                       /* If another class with the same (initloader,name) pair has been */ 
+                       /* If another class with the same (initloader,name) pair has been */
                        /* stored earlier it will be returned by classcache_store         */
                        /* In this case classcache_store may not free the class because it*/
                        /* has already been exposed to Java code which may have kept      */