From: Timothy B. Terriberry Date: Sat, 8 Dec 2012 20:42:57 +0000 (-0800) Subject: Fix a copy & paste error in a comment. X-Git-Tag: 1.3.0pre1~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0920bc1ffb07f038b317e7e8056509fe0e4b680e;hp=762ae0189353c78c636b548616916380bb8b0e16;p=platform%2Fupstream%2Fflac.git Fix a copy & paste error in a comment. --- 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 */