[svn:parrot] r38733 - trunk/src/io

whiteknight at svn.parrot.org whiteknight at svn.parrot.org
Wed May 13 01:04:48 UTC 2009


Author: whiteknight
Date: Wed May 13 01:04:47 2009
New Revision: 38733
URL: https://trac.parrot.org/parrot/changeset/38733

Log:
[io] small doc fixup. There is no 'src/io/common.c' file, it should be 'src/io/core.c' instead (I think)

Modified:
   trunk/src/io/api.c

Modified: trunk/src/io/api.c
==============================================================================
--- trunk/src/io/api.c	Wed May 13 00:57:03 2009	(r38732)
+++ trunk/src/io/api.c	Wed May 13 01:04:47 2009	(r38733)
@@ -11,7 +11,7 @@
 The Parrot I/O subsystem provides the core I/O functionality for all parts of
 Parrot. This file implements the public interface to the I/O subsystem. Common
 utility functions that aren't part of the public interface are defined in
-F<src/io/common.c> and utility functions for a specific platform are in
+F<src/io/core.c> and utility functions for a specific platform are in
 F<src/io/unix.c>, F<src/io/win32.c>, or F<src/io/portable.c>. The platform is
 selected in F<include/parrot/io.h>, based on #defines from the configuration
 process.


More information about the parrot-commits mailing list