summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2006-09-16 00:38:53 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2006-09-16 00:38:53 +0000
commit1d43e10f83bcd9189acd86915ab91a37191f38c4 (patch)
treea56577caf448a5b3e1049303098b2131c81c57d9 /include
parent7f1b64261162323f8f038e65d1b562f54a4e904a (diff)
downloadflac-1d43e10f83bcd9189acd86915ab91a37191f38c4.tar.gz
minor comments
Diffstat (limited to 'include')
-rw-r--r--include/FLAC/all.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/FLAC/all.h b/include/FLAC/all.h
index ece15c64..f94e99b3 100644
--- a/include/FLAC/all.h
+++ b/include/FLAC/all.h
@@ -190,8 +190,8 @@
* 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();