]> granicus.if.org Git - apache/commitdiff
tweak a comment for readability
authorJeff Trawick <trawick@apache.org>
Mon, 8 Jul 2002 16:27:54 +0000 (16:27 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 8 Jul 2002 16:27:54 +0000 (16:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95972 13f79535-47bb-0310-9956-ffa450edef68

include/ap_config.h

index bc503da670a9f3869b835f236c50ef967329419c..56d5d90041a2ce0ab3d3fc549173a38a2d6354f3 100644 (file)
                                             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