[svn:parrot] r37144 - in trunk/config: auto auto/cpu/ppc gen/platform/darwin init

Util at svn.parrot.org Util at svn.parrot.org
Fri Mar 6 04:26:30 UTC 2009


Author: Util
Date: Fri Mar  6 04:26:29 2009
New Revision: 37144
URL: https://trac.parrot.org/parrot/changeset/37144

Log:
[config] Typo corrections

Modified:
   trunk/config/auto/cpu/ppc/test_gcc_cmpset_c.in
   trunk/config/auto/gc.pm
   trunk/config/auto/pcre.pm
   trunk/config/auto/warnings.pm
   trunk/config/gen/platform/darwin/dl.c
   trunk/config/init/install.pm

Modified: trunk/config/auto/cpu/ppc/test_gcc_cmpset_c.in
==============================================================================
--- trunk/config/auto/cpu/ppc/test_gcc_cmpset_c.in	Fri Mar  6 03:28:51 2009	(r37143)
+++ trunk/config/auto/cpu/ppc/test_gcc_cmpset_c.in	Fri Mar  6 04:26:29 2009	(r37144)
@@ -23,7 +23,7 @@
         "    stwcx. %3, 0, %1\n" /* store new using reservation */
         "    bne- 1b\n" /* spin on failure of reservation; - is branch prediction hint */
         "    b 3f\n"
-        "2:  stwcx. %0, 0, %1\n" /* flush reserveration */
+        "2:  stwcx. %0, 0, %1\n" /* flush reservation */
         "3:  \n" /* end label */
         : /* output */
             "=&r"(tmp)

Modified: trunk/config/auto/gc.pm
==============================================================================
--- trunk/config/auto/gc.pm	Fri Mar  6 03:28:51 2009	(r37143)
+++ trunk/config/auto/gc.pm	Fri Mar  6 04:26:29 2009	(r37144)
@@ -16,7 +16,7 @@
 
 =item C<gc>
 
-The default. Use the memory allocator in F<src/recources.c>.
+The default. Use the memory allocator in F<src/resources.c>.
 
 =item C<libc>
 

Modified: trunk/config/auto/pcre.pm
==============================================================================
--- trunk/config/auto/pcre.pm	Fri Mar  6 03:28:51 2009	(r37143)
+++ trunk/config/auto/pcre.pm	Fri Mar  6 04:26:29 2009	(r37144)
@@ -9,7 +9,7 @@
 
 Determines whether the platform supports pcre library.
 
-This library is used via NCI mecanism.
+This library is used via NCI mechanism.
 
 =cut
 

Modified: trunk/config/auto/warnings.pm
==============================================================================
--- trunk/config/auto/warnings.pm	Fri Mar  6 03:28:51 2009	(r37143)
+++ trunk/config/auto/warnings.pm	Fri Mar  6 04:26:29 2009	(r37144)
@@ -204,7 +204,7 @@
 in as the first argument to the method (not counting C<$self>.  The warning
 to be checked is passed in as the second argument to the method.
 
-Returns true if the warning flag is recognised by the compiler and undef
+Returns true if the warning flag is recognized by the compiler and undef
 otherwise.
 
 =cut

Modified: trunk/config/gen/platform/darwin/dl.c
==============================================================================
--- trunk/config/gen/platform/darwin/dl.c	Fri Mar  6 03:28:51 2009	(r37143)
+++ trunk/config/gen/platform/darwin/dl.c	Fri Mar  6 04:26:29 2009	(r37144)
@@ -149,7 +149,7 @@
             return (void *)header;
 
         /*
-         * that didn't work either; go ahead and report the orignal error
+         * that didn't work either; go ahead and report the original error
          */
 
         switch (dyld_result) {

Modified: trunk/config/init/install.pm
==============================================================================
--- trunk/config/init/install.pm	Fri Mar  6 03:28:51 2009	(r37143)
+++ trunk/config/init/install.pm	Fri Mar  6 04:26:29 2009	(r37144)
@@ -3,7 +3,7 @@
 
 =head1 NAME
 
-config/init/install.pm - autoconf compatabile installation paths
+config/init/install.pm - autoconf compatible installation paths
 
 =head1 DESCRIPTION
 


More information about the parrot-commits mailing list