From: Jeff Trawick Date: Tue, 18 Feb 2003 14:18:39 +0000 (+0000) Subject: fix a typo in a comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a49b1a4685e77fcdd455e90f7c6286dab1c3766c;p=thirdparty%2Fapache%2Fhttpd.git fix a typo in a comment Submitted by: jmc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98704 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/cache_pqueue.h b/modules/experimental/cache_pqueue.h index af9516e34cc..ed175c1d0a4 100644 --- a/modules/experimental/cache_pqueue.h +++ b/modules/experimental/cache_pqueue.h @@ -97,7 +97,7 @@ typedef void (*cache_pqueue_print_entry)(FILE *out, void *a); /** * initialize the queue * - * @param n the intial estimate of the number of queue items for which memory + * @param n the initial estimate of the number of queue items for which memory * should be preallocated * @param pri the callback function to run to assign a score to a element * @param get the callback function to get the current element's position