Fix a copy & paste error in a comment.
authorTimothy B. Terriberry <tterribe@xiph.org>
Sat, 8 Dec 2012 20:42:57 +0000 (12:42 -0800)
committerErik de Castro Lopo <erikd@mega-nerd.com>
Sun, 9 Dec 2012 02:13:12 +0000 (13:13 +1100)
src/libFLAC/include/private/ogg_mapping.h

index b8f2d2f..4e3bdea 100644 (file)
@@ -34,7 +34,7 @@
 
 #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 */