Fix comment.

git-svn-id: svn://localhost/ardour2/branches/3.0@7746 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-09-06 21:00:31 +00:00
parent e1106c39b8
commit bac638935e

View File

@ -267,9 +267,9 @@ IO::remove_port (Port* port, void* src)
return -1;
}
/** Add an output port.
/** Add a port.
*
* @param destination Name of input port to connect new port to.
* @param destination Name of port to connect new port to.
* @param src Source for emitted ConfigurationChanged signal.
* @param type Data type of port. Default value (NIL) will use this IO's default type.
*/
@ -291,7 +291,7 @@ IO::add_port (string destination, void* src, DataType type)
{
Glib::Mutex::Lock lm (io_lock);
/* Create a new output port */
/* Create a new port */
string portname = build_legal_port_name (type);