From f66b919e298c1c4e5f780942a1ed75e262a6ee96 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 15 Nov 2011 18:32:37 +0000 Subject: [PATCH] Fix comment. git-svn-id: svn://localhost/ardour2/branches/3.0@10621 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/export_formats_search_path.h | 4 ++-- 1 file 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 ();