You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2007/10/26 02:41:57 UTC

svn commit: r588455 - in /apr/apr-util/trunk/test: Makefile.in Makefile.win

Author: wrowe
Date: Thu Oct 25 17:41:56 2007
New Revision: 588455

URL: http://svn.apache.org/viewvc?rev=588455&view=rev
Log:
A better example commentary

Modified:
    apr/apr-util/trunk/test/Makefile.in
    apr/apr-util/trunk/test/Makefile.win

Modified: apr/apr-util/trunk/test/Makefile.in
URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/test/Makefile.in?rev=588455&r1=588454&r2=588455&view=diff
==============================================================================
--- apr/apr-util/trunk/test/Makefile.in (original)
+++ apr/apr-util/trunk/test/Makefile.in Thu Oct 25 17:41:56 2007
@@ -6,7 +6,7 @@
 # ALL_TESTS
 #   test modules invoked through the abts suite (./testall)
 # OTHER_PROGRAMS
-#   programs such as sendfile, that have to be invoked in a special sequence
+#   programs such as sockperf, that have to be invoked in a special sequence
 #   or with special parameters
 
 INCLUDES = @APRUTIL_PRIV_INCLUDES@ @APR_INCLUDES@ @APRUTIL_INCLUDES@

Modified: apr/apr-util/trunk/test/Makefile.win
URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/test/Makefile.win?rev=588455&r1=588454&r2=588455&view=diff
==============================================================================
--- apr/apr-util/trunk/test/Makefile.win (original)
+++ apr/apr-util/trunk/test/Makefile.win Thu Oct 25 17:41:56 2007
@@ -3,7 +3,7 @@
 # ALL_TESTS
 #   test modules invoked through the abts suite (./testall)
 # OTHER_PROGRAMS
-#   programs such as sendfile, that have to be invoked in a special sequence
+#   programs such as sockperf, that have to be invoked in a special sequence
 #   or with special parameters
 
 # Windows Specific;