fix doc typos
authorJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 16 Mar 2004 18:01:26 +0000 (18:01 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 16 Mar 2004 18:01:26 +0000 (18:01 +0000)
include/FLAC/stream_encoder.h

index 54aff5c..9eeaee9 100644 (file)
@@ -337,7 +337,7 @@ typedef struct {
  * \param  current_frame  The number of the current frame being encoded.
  * \param  client_data  The callee's client data set through
  *                      FLAC__stream_encoder_set_client_data().
- * \retval FLAC__StreamDecoderWriteStatus
+ * \retval FLAC__StreamEncoderWriteStatus
  *    The callee's return status.
  */
 typedef FLAC__StreamEncoderWriteStatus (*FLAC__StreamEncoderWriteCallback)(const FLAC__StreamEncoder *encoder, const FLAC__byte buffer[], unsigned bytes, unsigned samples, unsigned current_frame, void *client_data);