From: Roy T. Fielding Date: Sat, 15 Apr 2000 01:16:44 +0000 (+0000) Subject: cleaned up a comment X-Git-Tag: apache-doc-split-01~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=369722dc568436c59bd394531f09edb2fc5fb071;p=thirdparty%2Fapache%2Fhttpd.git cleaned up a comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84971 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/winnt/registry.c b/server/mpm/winnt/registry.c index f5313464a1c..bc9a198d892 100644 --- a/server/mpm/winnt/registry.c +++ b/server/mpm/winnt/registry.c @@ -126,13 +126,13 @@ * * If ppValue is NULL, allocate space for the value and return it in * *pValue. The return value is the number of bytes in the value. - * The first argument is the ap_pool_t to use to allocate space for the value. + * The first argument is the pool to use to allocate space for the value. * * If pValue is not NULL, assume it is a buffer of nSizeValue bytes, * and write the value into the buffer. The return value is the number * of bytes in the value (so if the return value is greater than * the supplied nSizeValue, the caller knows that *pValue is truncated). - * The ap_pool_t argument is ignored. + * The pool argument is ignored. * * The return value is the number of bytes in the successfully retreived * key if everything worked, or: