You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by va...@apache.org on 2008/02/29 11:35:29 UTC

svn commit: r632288 - /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg.h

Author: varlax
Date: Fri Feb 29 02:35:25 2008
New Revision: 632288

URL: http://svn.apache.org/viewvc?rev=632288&view=rev
Log:
Trivial fix of outdated comment

Modified:
    harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg.h

Modified: harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg.h
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg.h?rev=632288&r1=632287&r2=632288&view=diff
==============================================================================
--- harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg.h (original)
+++ harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg.h Fri Feb 29 02:35:25 2008
@@ -1072,7 +1072,7 @@
      *
      * Normally, arguments are specified as 
      *
-     * '-Djit.\<JIT_NAME\>.arg.\<key\>=value'
+     * '-XX:jit.\<JIT_NAME\>.arg.\<key\>=value'
      *
      * Implemented though Jitrino's PMF, refer to PMF docs for more info.
      * @note The old-fashion -Xjit options are not processed by this method.