From 43240b8ecc70156b1073a405c724f8f77d74ee2f Mon Sep 17 00:00:00 2001 From: "Stephen F. Booth" Date: Sat, 5 Oct 2013 13:51:39 -0400 Subject: [PATCH] Fixed a comment --- taglib/dsf/dsffile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taglib/dsf/dsffile.h b/taglib/dsf/dsffile.h index bf79fde9..a931d86b 100644 --- a/taglib/dsf/dsffile.h +++ b/taglib/dsf/dsffile.h @@ -93,7 +93,7 @@ namespace TagLib { PropertyMap setProperties(const PropertyMap &); /*! - * Returns the AIFF::Properties for this file. If no audio properties + * Returns the DSF::Properties for this file. If no audio properties * were read then this will return a null pointer. */ virtual Properties *audioProperties() const;