[hornetq-commits] JBoss hornetq SVN: r8354 - branches/ClebertTemporary/src/main/org/hornetq/core/asyncio/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Nov 20 18:25:02 EST 2009


Author: clebert.suconic at jboss.com
Date: 2009-11-20 18:25:02 -0500 (Fri, 20 Nov 2009)
New Revision: 8354

Modified:
   branches/ClebertTemporary/src/main/org/hornetq/core/asyncio/impl/AsynchronousFileImpl.java
Log:
tweak

Modified: branches/ClebertTemporary/src/main/org/hornetq/core/asyncio/impl/AsynchronousFileImpl.java
===================================================================
--- branches/ClebertTemporary/src/main/org/hornetq/core/asyncio/impl/AsynchronousFileImpl.java	2009-11-20 21:36:55 UTC (rev 8353)
+++ branches/ClebertTemporary/src/main/org/hornetq/core/asyncio/impl/AsynchronousFileImpl.java	2009-11-20 23:25:02 UTC (rev 8354)
@@ -641,7 +641,7 @@
    /** A native method that does nothing, and just validate if the ELF dependencies are loaded and on the correct platform as this binary format */
    private static native int getNativeVersion();
 
-   /** Poll asynchrounous events from internal queues */
+   /** Poll asynchronous events from internal queues */
    private static native void internalPollEvents(long handler);
 
    // Inner classes ---------------------------------------------------------------------



More information about the hornetq-commits mailing list