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

View: New views
1 Messages — Rating Filter:   Alert me  

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

by mturk :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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;