[svn:parrot] r36853 - trunk/config/auto/cpu/x86_64

rurban at svn.parrot.org rurban at svn.parrot.org
Wed Feb 18 06:16:14 UTC 2009


Author: rurban
Date: Wed Feb 18 06:16:14 2009
New Revision: 36853
URL: https://trac.parrot.org/parrot/changeset/36853

Log:
[cage] typo in comment: whenn

Modified:
   trunk/config/auto/cpu/x86_64/auto.pm

Modified: trunk/config/auto/cpu/x86_64/auto.pm
==============================================================================
--- trunk/config/auto/cpu/x86_64/auto.pm	Wed Feb 18 06:15:14 2009	(r36852)
+++ trunk/config/auto/cpu/x86_64/auto.pm	Wed Feb 18 06:16:14 2009	(r36853)
@@ -24,7 +24,7 @@
     my $verbose = $conf->options->get('verbose');
     my $gcc     = $conf->data->get('gccversion');
 
-    # whenn running on gcc, we just define the config item
+    # when running on gcc, we just define the config item
     if ( defined $gcc ) {
 
         # HAS_foo defines PARROT_HAS_`uc foo`


More information about the parrot-commits mailing list