summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2002-07-08 18:27:54 +0200
committerJeff Trawick <trawick@apache.org>2002-07-08 18:27:54 +0200
commit07f1257cc1544a55fbce24b9814eb1cdb4c7da7d (patch)
treee97dbe26bcfc00273cefe5c64985592baacfdf84 /include
parentsilence an unhelpful gcc warning (diff)
downloadapache2-07f1257cc1544a55fbce24b9814eb1cdb4c7da7d.tar.xz
apache2-07f1257cc1544a55fbce24b9814eb1cdb4c7da7d.zip
tweak a comment for readability
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95972 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/ap_config.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/ap_config.h b/include/ap_config.h
index bc503da670..56d5d90041 100644
--- a/include/ap_config.h
+++ b/include/ap_config.h
@@ -224,10 +224,9 @@
args_use,ok,decline)
/**
- * Implement a hook that runs until the first function that returns
- * something other than decline. If all functions return decline, the
- * hook runner returns decline. The implementation is called
- * ap_run_<i>name</i>.
+ * Implement a hook that runs until a function returns something other than
+ * decline. If all functions return decline, the hook runner returns decline.
+ * The implementation is called ap_run_<i>name</i>.
*
* @param ret The return type of the hook (and the hook runner)
* @param name The name of the hook