Commit deb6ade4 authored by Roy T. Fielding's avatar Roy T. Fielding
Browse files

cleaned up a comment


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84971 13f79535-47bb-0310-9956-ffa450edef68
parent 1fb6403d
Loading
Loading
Loading
Loading
+2 −2
Changes for server/mpm/winnt/registry.c: 2 added lines, 2 removed lines.
Original line number Diff line number Diff line
@@ -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: