>From 7d8d9a67d4ee598385e8e15a7388fae23af91428 Mon Sep 17 00:00:00 2001
From: Timothy B. Terriberry <[email protected]>
Date: Sat, 8 Dec 2012 12:42:57 -0800
Subject: [PATCH] Fix a copy & paste error in a comment.

---
 src/libFLAC/include/private/ogg_mapping.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/libFLAC/include/private/ogg_mapping.h b/src/libFLAC/include/private/ogg_mapping.h
index b8f2d2f..4e3bdea 100644
--- a/src/libFLAC/include/private/ogg_mapping.h
+++ b/src/libFLAC/include/private/ogg_mapping.h
@@ -29,17 +29,17 @@
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
 #ifndef FLAC__PRIVATE__OGG_MAPPING_H
 #define FLAC__PRIVATE__OGG_MAPPING_H
 
 #include "FLAC/ordinals.h"
 
-/** The length of the 'FLAC' magic in bytes. */
+/** The length of the packet type field in bytes. */
 #define FLAC__OGG_MAPPING_PACKET_TYPE_LENGTH (1u)
 
 extern const unsigned FLAC__OGG_MAPPING_PACKET_TYPE_LEN; /* = 8 bits */
 
 extern const FLAC__byte FLAC__OGG_MAPPING_FIRST_HEADER_PACKET_TYPE; /* = 0x7f */
 
 /** The length of the 'FLAC' magic in bytes. */
 #define FLAC__OGG_MAPPING_MAGIC_LENGTH (4u)
-- 
1.7.3.4

_______________________________________________
flac-dev mailing list
[email protected]
http://lists.xiph.org/mailman/listinfo/flac-dev

Reply via email to