[vmkit-commits] [vmkit] r55770 - /vmkit/branches/isolate/lib/JnJVM/VMCore/JavaTypes.h

Nicolas Geoffray nicolas.geoffray at lip6.fr
Thu Sep 4 09:13:09 PDT 2008


Author: geoffray
Date: Thu Sep  4 11:13:08 2008
New Revision: 55770

URL: http://llvm.org/viewvc/llvm-project?rev=55770&view=rev
Log:
Wrong comment.


Modified:
    vmkit/branches/isolate/lib/JnJVM/VMCore/JavaTypes.h

Modified: vmkit/branches/isolate/lib/JnJVM/VMCore/JavaTypes.h
URL: http://llvm.org/viewvc/llvm-project/vmkit/branches/isolate/lib/JnJVM/VMCore/JavaTypes.h?rev=55770&r1=55769&r2=55770&view=diff

==============================================================================
--- vmkit/branches/isolate/lib/JnJVM/VMCore/JavaTypes.h (original)
+++ vmkit/branches/isolate/lib/JnJVM/VMCore/JavaTypes.h Thu Sep  4 11:13:08 2008
@@ -81,7 +81,7 @@
   ///
   uint32 nbb;
 
-  /// nbw - Number of words of instances if this assessor (e.g. 8 for "D").
+  /// nbw - Number of words of instances if this assessor (e.g. 2 for "D").
   ///
   uint32 nbw;
 





More information about the vmkit-commits mailing list