tweak a comment for readability

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95972 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jeff Trawick
2002-07-08 16:27:54 +00:00
parent f410fb3f9e
commit 07f1257cc1

View File

@ -224,10 +224,9 @@
args_use,ok,decline) args_use,ok,decline)
/** /**
* Implement a hook that runs until the first function that returns * Implement a hook that runs until a function returns something other than
* something other than decline. If all functions return decline, the * decline. If all functions return decline, the hook runner returns decline.
* hook runner returns decline. The implementation is called * The implementation is called ap_run_<i>name</i>.
* ap_run_<i>name</i>.
* *
* @param ret The return type of the hook (and the hook runner) * @param ret The return type of the hook (and the hook runner)
* @param name The name of the hook * @param name The name of the hook