--- code/trunk/doc/pcrestack.3 2007/06/13 14:55:18 181 +++ code/trunk/doc/pcrestack.3 2007/06/13 15:09:54 182 @@ -76,8 +76,8 @@ and frees memory by calling the functions that are pointed to by the \fBpcre_stack_malloc\fP and \fBpcre_stack_free\fP variables. By default, these point to \fBmalloc()\fP and \fBfree()\fP, but you can replace the pointers to -cause PCRE to use your own functions. Since the block sizes are always the -same, and are always freed in reverse order, it may be possible to implement +cause PCRE to use your own functions. Since the block sizes are always the +same, and are always freed in reverse order, it may be possible to implement customized memory handlers that are more efficient than the standard functions. .P In Unix-like environments, there is not often a problem with the stack unless