This function does not take a pointer to a buffer tree node, yet the
comment referred to "btrn". Simply drop this part of the sentence.
* This function looks at the first \p WAV_HEADER_SIZE bytes of the input queue
* of the btrn of \a cwc. If they look like a wav header, the function extracts
* the information of interest and swallows this part of the stream. Otherwise
- * it is pushed down to all children of \a btrn. In either case the rest of the
- * input is pushed down as well.
+ * it is pushed down to all children. In either case the rest of the input is
+ * pushed down as well.
*
* Once the first part has been processed this way, the state of the instance
* changes from \p CWS_NEED_HEADER to \p CWS_HAVE_HEADER or \p CWS_NO_HEADER.