summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-15 18:32:37 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-15 18:32:37 +0000
commitf66b919e298c1c4e5f780942a1ed75e262a6ee96 (patch)
tree887ccdc06764965236abb0a3d9fc79a9247b0bd9 /libs
parent301ed17f957e906b2f87fda752c263ccf8e5c30b (diff)
Fix comment.
git-svn-id: svn://localhost/ardour2/branches/3.0@10621 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/ardour/export_formats_search_path.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/ardour/export_formats_search_path.h b/libs/ardour/ardour/export_formats_search_path.h
index 051eff56b5..244af7aa75 100644
--- a/libs/ardour/ardour/export_formats_search_path.h
+++ b/libs/ardour/ardour/export_formats_search_path.h
@@ -29,8 +29,8 @@ namespace ARDOUR {
*
* If ARDOUR_EXPORT_FORMATS_PATH is defined then the SearchPath returned
* will contain only those directories specified in it, otherwise it will
- * contain the user and system directories which may contain control
- * surface plugins.
+ * contain the user and system directories which may contain export
+ * formats.
*/
PBD::SearchPath export_formats_search_path ();