summaryrefslogtreecommitdiff
path: root/test/time-sem.c
diff options
context:
space:
mode:
authorMartin Kraemer <martin@apache.org>1999-10-11 22:40:18 +0000
committerMartin Kraemer <martin@apache.org>1999-10-11 22:40:18 +0000
commit8c18eee13a50473a7f08767a73404652406ad3a0 (patch)
treebb512deb6d8cb97c47e7842dd26c61af9d001210 /test/time-sem.c
parent0c7673561b8d6a8cacb0038186fc0ce38fb810ab (diff)
downloadhttpd-8c18eee13a50473a7f08767a73404652406ad3a0.tar.gz
Remove most of the annoying "re ap_context_t mplement" mis-replacements
by what I think is their real meaning. Guys, I didn't verify all of this, please have a close look at my "fixes". Thanks. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83970 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/time-sem.c')
-rw-r--r--test/time-sem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/time-sem.c b/test/time-sem.c
index 73b4f8ab77..7800844ed2 100644
--- a/test/time-sem.c
+++ b/test/time-sem.c
@@ -494,7 +494,7 @@ void main (int argc, char **argv)
unsigned long *shared_counter;
if (argc != 3) {
- fprintf (stderr, "Usage: time-sem num-child num ap_context_t ter\n");
+ fprintf (stderr, "Usage: time-sem num-child num iter\n");
exit (1);
}