You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by dl...@apache.org on 2007/08/12 23:14:18 UTC

svn commit: r565153 - /harmony/enhanced/sandbox/bootjvm/bootJVM/jvm/src/gc.h

Author: dlydick
Date: Sun Aug 12 14:14:17 2007
New Revision: 565153

URL: http://svn.apache.org/viewvc?view=rev&rev=565153
Log:
Minor message text change.

Modified:
    harmony/enhanced/sandbox/bootjvm/bootJVM/jvm/src/gc.h

Modified: harmony/enhanced/sandbox/bootjvm/bootJVM/jvm/src/gc.h
URL: http://svn.apache.org/viewvc/harmony/enhanced/sandbox/bootjvm/bootJVM/jvm/src/gc.h?view=diff&rev=565153&r1=565152&r2=565153
==============================================================================
--- harmony/enhanced/sandbox/bootjvm/bootJVM/jvm/src/gc.h (original)
+++ harmony/enhanced/sandbox/bootjvm/bootJVM/jvm/src/gc.h Sun Aug 12 14:14:17 2007
@@ -11,7 +11,7 @@
  *
  * This common header file @link jvm/src/gc.h gc.h@endlink defines
  * the prototypes for all garbage collection implementations by way
- * of the @link #CONFIG_GC_TYPE_STUB CONFIG_GC_TYPE_xxx@endlink
+ * of the @link #CONFIG_GC_TYPE CONFIG_GC_TYPE@endlink
  * symbol definition.
  *
  *