stoddard 2003/01/06 12:08:45
Modified: include apr_buckets.h
Log:
Fix doc. We are creating a char array, not an iovec with apr_brigade_pflatten
Revision Changes Path
1.149 +1 -1 apr-util/include/apr_buckets.h
Index: apr_buckets.h
===================================================================
RCS file: /home/cvs/apr-util/include/apr_buckets.h,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- apr_buckets.h 1 Jan 2003 00:02:20 -0000 1.148
+++ apr_buckets.h 6 Jan 2003 20:08:45 -0000 1.149
@@ -776,7 +776,7 @@
/**
* Creates a pool-allocated string representing a flat bucket brigade
- * @param bb The bucket brigade to create the iovec from
+ * @param bb The bucket brigade to create the char array from
* @param c On return, the allocated char array
* @param len On return, the length of the char array.
* @param pool The pool to allocate the string from.