From 2fd10b5fd5ed2185d77a4773c8e97a0f5de25a73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Panzenb=C3=B6ck?= Date: Tue, 28 Jun 2011 02:55:03 +0200 Subject: [PATCH] corrected comments --- taglib/mod/modtag.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/taglib/mod/modtag.h b/taglib/mod/modtag.h index 554ca326..93467450 100644 --- a/taglib/mod/modtag.h +++ b/taglib/mod/modtag.h @@ -96,7 +96,7 @@ namespace TagLib { * value will be cleared. * * The length limits per file type are (1 characetr = 1 byte): - * Mod 20 characters, S3M 28 characters, IT 26 characters and XM 20 + * Mod 20 characters, S3M 27 characters, IT 25 characters and XM 20 * characters. */ void setTitle(const String &title); @@ -125,7 +125,7 @@ namespace TagLib { * will be truncated. * * The line length limits per file type are (1 characetr = 1 byte): - * Mod 22 characters, S3M 28 characters, IT 26 characters and XM 22 + * Mod 22 characters, S3M 27 characters, IT 25 characters and XM 22 * characters. */ void setComment(const String &comment);