correct comment for FileSource::find()
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 7 Sep 2016 16:22:15 +0000 (12:22 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 7 Sep 2016 16:22:15 +0000 (12:22 -0400)
libs/ardour/file_source.cc

index c05a0a4bb92826bebc876b62778c510a7c5e6c9d..b991d549af7fb23c76ea785a073968d08d0fc958 100644 (file)
@@ -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,