Browse code

id3v2: fix doxy comment - 'machine byte order' makes no sense on char arrays

Signed-off-by: Diego Biurrun <diego@biurrun.de>

Michael Karcher authored on 2011/10/22 22:41:30
Showing 1 changed files
... ...
@@ -62,7 +62,7 @@ typedef struct ID3v2ExtraMetaGEOB {
62 62
 /**
63 63
  * Detect ID3v2 Header.
64 64
  * @param buf   must be ID3v2_HEADER_SIZE byte long
65
- * @param magic magic bytes to identify the header, machine byte order.
65
+ * @param magic magic bytes to identify the header.
66 66
  * If in doubt, use ID3v2_DEFAULT_MAGIC.
67 67
  */
68 68
 int ff_id3v2_match(const uint8_t *buf, const char *magic);