]> granicus.if.org Git - apache/commitdiff
fix a typo in a comment
authorJeff Trawick <trawick@apache.org>
Tue, 18 Feb 2003 14:18:39 +0000 (14:18 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 18 Feb 2003 14:18:39 +0000 (14:18 +0000)
Submitted by: jmc <jmc@prioris.mini.pw.edu.pl>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98704 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/cache_pqueue.h

index af9516e34ccef109329d1542fb5242c209056ee7..ed175c1d0a46256a5812cdeac51d78afef1652e3 100644 (file)
@@ -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