From 0920bc1ffb07f038b317e7e8056509fe0e4b680e Mon Sep 17 00:00:00 2001 From: "Timothy B. Terriberry" Date: Sat, 8 Dec 2012 12:42:57 -0800 Subject: [PATCH 1/1] Fix a copy & paste error in a comment. --- src/libFLAC/include/private/ogg_mapping.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ -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 */ -- 2.7.4