From: Scott Wheeler Date: Sun, 7 Jan 2007 15:33:21 +0000 (+0000) Subject: correct docs X-Git-Tag: v1.5~159 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2aa4195807ac9649b0f1d9f0d8e8e4287a69cbe6;p=taglib correct docs git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@620852 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- diff --git a/taglib/tag.h b/taglib/tag.h index ae081af0..46999a9a 100644 --- a/taglib/tag.h +++ b/taglib/tag.h @@ -105,7 +105,7 @@ namespace TagLib { virtual void setAlbum(const String &s) = 0; /*! - * Sets the album to \a s. If \a s is String::null then this value will be + * Sets the comment to \a s. If \a s is String::null then this value will be * cleared. */ virtual void setComment(const String &s) = 0;