[svn:parrot] r49627 - in trunk/config/gen/platform: darwin freebsd
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Thu Oct 21 23:30:10 UTC 2010
Author: jkeenan
Date: Thu Oct 21 23:30:10 2010
New Revision: 49627
URL: https://trac.parrot.org/parrot/changeset/49627
Log:
Correct typos in POD.
Modified:
trunk/config/gen/platform/darwin/sysmem.c
trunk/config/gen/platform/freebsd/sysmem.c
Modified: trunk/config/gen/platform/darwin/sysmem.c
==============================================================================
--- trunk/config/gen/platform/darwin/sysmem.c Thu Oct 21 19:33:56 2010 (r49626)
+++ trunk/config/gen/platform/darwin/sysmem.c Thu Oct 21 23:30:10 2010 (r49627)
@@ -27,7 +27,7 @@
=item C<size_t Parrot_sysmem_amount(PARROT_INTERP)>
-Get information about available physycal memory.
+Get information about available physical memory.
=cut
Modified: trunk/config/gen/platform/freebsd/sysmem.c
==============================================================================
--- trunk/config/gen/platform/freebsd/sysmem.c Thu Oct 21 19:33:56 2010 (r49626)
+++ trunk/config/gen/platform/freebsd/sysmem.c Thu Oct 21 23:30:10 2010 (r49627)
@@ -27,7 +27,7 @@
=item C<size_t Parrot_sysmem_amount(PARROT_INTERP)>
-Get information about available physycal memory.
+Get information about available physical memory.
=cut
More information about the parrot-commits
mailing list