[vmkit-commits] [vmkit] r61748 - /vmkit/trunk/lib/JnJVM/VMCore/JavaArray.h

Nicolas Geoffray nicolas.geoffray at lip6.fr
Mon Jan 5 13:02:37 PST 2009


Author: geoffray
Date: Mon Jan  5 15:02:36 2009
New Revision: 61748

URL: http://llvm.org/viewvc/llvm-project?rev=61748&view=rev
Log:
Typo.


Modified:
    vmkit/trunk/lib/JnJVM/VMCore/JavaArray.h

Modified: vmkit/trunk/lib/JnJVM/VMCore/JavaArray.h
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/lib/JnJVM/VMCore/JavaArray.h?rev=61748&r1=61747&r2=61748&view=diff

==============================================================================
--- vmkit/trunk/lib/JnJVM/VMCore/JavaArray.h (original)
+++ vmkit/trunk/lib/JnJVM/VMCore/JavaArray.h Mon Jan  5 15:02:36 2009
@@ -124,7 +124,7 @@
   
 
   /// internalToJava - Creates a copy of the UTF8 at its given offset and size
-  /// woth all its '.' replaced by '/'. The JVM bytecode reference classes in
+  /// with all its '.' replaced by '/'. The JVM bytecode reference classes in
   /// packages with the '.' as the separating character. The JVM language uses
   /// the '/' character.
   ///





More information about the vmkit-commits mailing list