]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
cleaned up a comment
authorRoy T. Fielding <fielding@apache.org>
Sat, 15 Apr 2000 01:16:44 +0000 (01:16 +0000)
committerRoy T. Fielding <fielding@apache.org>
Sat, 15 Apr 2000 01:16:44 +0000 (01:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84971 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/registry.c

index f5313464a1ce21fa523d191adef22f7290a3e54d..bc9a198d892a2d749fa3dcb498f6708e61e6372c 100644 (file)
  *
  * 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: