summaryrefslogtreecommitdiff
path: root/include/FLAC
diff options
context:
space:
mode:
Diffstat (limited to 'include/FLAC')
-rw-r--r--include/FLAC/format.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/FLAC/format.h b/include/FLAC/format.h
index d4e6bcac..96bbbe04 100644
--- a/include/FLAC/format.h
+++ b/include/FLAC/format.h
@@ -585,13 +585,8 @@ typedef struct {
/** Vorbis comment entry structure used in VORBIS_COMMENT blocks. (c.f. <A HREF="../format.html#metadata_block_vorbis_comment">format specification</A>)
*
* For convenience, the APIs maintain a trailing NUL character at the end of
- * \a entry which is not counted toward \a length or stored in the stream,
- * i.e.
+ * \a entry which is not counted toward \a length, i.e.
* \code strlen(entry) == length \endcode
- *
- * It's recommended but not required for users to follow this convention as
- * well when dealing directly with FLAC__StreamMetadata_VorbisComment_Entry
- * as it makes dealing with plain strings easier.
*/
typedef struct {
FLAC__uint32 length;