minor comments
authorJosh Coalson <jcoalson@users.sourceforce.net>
Sat, 16 Sep 2006 00:38:53 +0000 (00:38 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Sat, 16 Sep 2006 00:38:53 +0000 (00:38 +0000)
include/FLAC/all.h

index ece15c6..f94e99b 100644 (file)
  * FLAC__stream_decoder_set_client_data() are no longer needed.  The
  * rest of the calls to the decoder are the same as before.
  *
- * As an example, in FLAC 1.1.2 a seekable stream decoder would be set
- * up like so:
+ * As an example, in FLAC 1.1.2 a seekable stream decoder would have
+ * been set up like so:
  *
  * \code
  * FLAC__SeekableStreamDecoder *decoder = FLAC__seekable_stream_decoder_new();