]> granicus.if.org Git - taglib/commitdiff
Small fix of a comment
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Fri, 14 Mar 2014 06:12:03 +0000 (15:12 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Fri, 14 Mar 2014 06:12:03 +0000 (15:12 +0900)
taglib/toolkit/tstring.h

index 795e913f901cd45fd097c29673df2b96656ac2ad..76e4c32f5ea491b7039d2ac8c313bbe3d015f8f1 100644 (file)
@@ -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.