From f491994a54d48cade5ac7ad2b5329a02a77e19b7 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Fri, 13 Oct 2006 04:26:45 +0000 Subject: [PATCH] minor comments --- include/OggFLAC/stream_decoder.h | 4 ++-- include/OggFLAC/stream_encoder.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/OggFLAC/stream_decoder.h b/include/OggFLAC/stream_decoder.h index 1768077a..7d016804 100644 --- a/include/OggFLAC/stream_decoder.h +++ b/include/OggFLAC/stream_decoder.h @@ -55,9 +55,9 @@ extern "C" { * \ingroup oggflac * * \brief - * This module describes the three decoder layers provided by libOggFLAC. + * This module describes the decoder layers provided by libOggFLAC. * - * libOggFLAC currently provides the same three layers of access as + * libOggFLAC currently provides the same layers of access as * libFLAC; the interfaces are nearly identical, with th addition of a * method for specifying the Ogg serial number. See the * \link flac_decoder FLAC decoder module \endlink for full documentation. diff --git a/include/OggFLAC/stream_encoder.h b/include/OggFLAC/stream_encoder.h index db6bf8a7..71af78dc 100644 --- a/include/OggFLAC/stream_encoder.h +++ b/include/OggFLAC/stream_encoder.h @@ -55,9 +55,9 @@ extern "C" { * \ingroup oggflac * * \brief - * This module describes the three encoder layers provided by libOggFLAC. + * This module describes the encoder layers provided by libOggFLAC. * - * libOggFLAC currently provides the same three layers of access as libFLAC; + * libOggFLAC currently provides the same layers of access as libFLAC; * the interfaces are nearly identical, with the addition of a method for * specifying the Ogg serial number. See the \link flac_encoder FLAC * encoder module \endlink for full documentation.