From: Tsuda Kageyu Date: Fri, 14 Mar 2014 06:12:03 +0000 (+0900) Subject: Small fix of a comment X-Git-Tag: v1.10beta~174^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6bcd422afacd5bbf5a64fc18a8e1dd3fe865c793;p=taglib Small fix of a comment --- diff --git a/taglib/toolkit/tstring.h b/taglib/toolkit/tstring.h index 795e913f..76e4c32f 100644 --- a/taglib/toolkit/tstring.h +++ b/taglib/toolkit/tstring.h @@ -163,7 +163,6 @@ namespace TagLib { */ String(wchar_t c, Type t = Latin1); - /*! * Makes a deep copy of the data in \a s. * @@ -173,7 +172,7 @@ namespace TagLib { String(const char *s, Type t = Latin1); /*! - * Makes a deep copy of the data in \a s. + * Makes a deep copy of the data in \a v. * * \note This should only be used with the 8-bit codecs Latin1 and UTF8, when * used with other codecs it will simply print a warning and exit.