aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/tag.h
diff options
context:
space:
mode:
authorScott Wheeler <wheeler@kde.org>2007-01-07 15:33:21 +0000
committerScott Wheeler <wheeler@kde.org>2007-01-07 15:33:21 +0000
commit2aa4195807ac9649b0f1d9f0d8e8e4287a69cbe6 (patch)
tree9ebb5a85918097df223ae132f6541ea52dba259b /taglib/tag.h
parenta3d8b6be8ba308dc249183ba99598a8798dad7e5 (diff)
correct docs
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@620852 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'taglib/tag.h')
-rw-r--r--taglib/tag.h2
1 files changed, 1 insertions, 1 deletions
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;