You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/07/03 16:55:04 UTC

svn commit: r790935 - /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Sizeof.java

Author: mturk
Date: Fri Jul  3 14:55:04 2009
New Revision: 790935

URL: http://svn.apache.org/viewvc?rev=790935&view=rev
Log:
Fix copy/paste typo

Modified:
    commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Sizeof.java

Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Sizeof.java
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Sizeof.java?rev=790935&r1=790934&r2=790935&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Sizeof.java (original)
+++ commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Sizeof.java Fri Jul  3 14:55:04 2009
@@ -62,7 +62,7 @@
     public static final int POINTER;
 
     /**
-     * Size of the native platform {@code size_t} type in bytes.
+     * Size of the native platform {@code wchar_t} type in bytes.
      */
     public static final int WCHAR;