summaryrefslogtreecommitdiff
path: root/libs/ardour/file_source.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-09-07 12:22:15 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-09-07 12:22:15 -0400
commit9faf3e5556ed471b985df367a2e32159118e7fce (patch)
tree0fc10878f5c29a8cf3ab01ddcdb459abc24e7480 /libs/ardour/file_source.cc
parent835b874e1e0a211659563646af5f91e0d3fdab8d (diff)
correct comment for FileSource::find()
Diffstat (limited to 'libs/ardour/file_source.cc')
-rw-r--r--libs/ardour/file_source.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/ardour/file_source.cc b/libs/ardour/file_source.cc
index c05a0a4bb9..b991d549af 100644
--- a/libs/ardour/file_source.cc
+++ b/libs/ardour/file_source.cc
@@ -228,10 +228,10 @@ FileSource::move_to_trash (const string& trash_dir_name)
/** Find the actual source file based on \a filename.
*
- * If the source is within the session tree, \a filename should be a simple filename (no slashes).
- * If the source is external, \a filename should be a full path.
+ * If the source is within the session tree, \a path should be a simple filename (no slashes).
+ * If the source is external, \a path should be a full path.
* In either case, found_path is set to the complete absolute path of the source file.
- * \return true iff the file was found.
+ * \return true if the file was found.
*/
bool
FileSource::find (Session& s, DataType type, const string& path, bool must_exist,