ben 00/12/31 04:12:56
Modified: include ap_buckets.h
Log:
Fix typos.
Revision Changes Path
1.62 +2 -2 apr-util/include/ap_buckets.h
Index: ap_buckets.h
===================================================================
RCS file: /home/cvs/apr-util/include/ap_buckets.h,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ap_buckets.h 2000/12/21 18:06:13 1.61
+++ ap_buckets.h 2000/12/31 12:12:56 1.62
@@ -951,7 +951,7 @@
* @param buf The data to insert into the bucket
* @param nbyte The size of the data to insert.
* @return The new bucket, or NULL if allocation failed
- * @deffunc ap_bucket *ap_bucket_create_transient(const char *buf,
apr_size_t nbyte, apr_size_t *w)
+ * @deffunc ap_bucket *ap_bucket_create_immortal(const char *buf, apr_size_t
nbyte, apr_size_t *w)
*/
APU_DECLARE(ap_bucket *) ap_bucket_create_immortal(
const char *buf, apr_size_t nbyte);
@@ -1029,7 +1029,7 @@
apr_size_t length, apr_pool_t
*p);
/**
* Make the bucket passed in a bucket refer to pool data
- * @param b The bucket to make into a HEAP bucket
+ * @param b The bucket to make into a pool bucket
* @param buf The buffer to insert into the bucket
* @param p The pool the memory was allocated out of
* @return The new bucket, or NULL if allocation failed