From 2aa4195807ac9649b0f1d9f0d8e8e4287a69cbe6 Mon Sep 17 00:00:00 2001 From: Scott Wheeler Date: Sun, 7 Jan 2007 15:33:21 +0000 Subject: [PATCH] correct docs git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@620852 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- taglib/tag.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;