>  /**
>   * Insert a list of buckets before a specified bucket
> - * @param a The buckets to insert
> - * @param b The bucket to insert before
> + * @param a The bucket to insert before
> + * @param b The buckets to be inserted
>   * @deffunc void APR_BUCKET_INSERT_BEFORE(apr_bucket *a, apr_bucket *b)
>   */
>  #define APR_BUCKET_INSERT_BEFORE(a, b)
> [snip]

PS: This conflicts with my earlier patch to the insertion macros, obviously.
And I think my mailer munged some long lines, meaning it wouldn't apply
cleanly anyway.  So if somebody's going to commit this, it's easiest to
apply the earlier patch first and then make this change by hand.

Thanks,
Cliff

Reply via email to