From d72ed9fd506756c83d97b62f6640135f3b8c32bb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 16 Aug 2008 22:59:01 +0000 Subject: Closer... git-svn-id: http://svn.drobilla.net/lad/ingen@1407 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/JackMidiDriver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libs/engine/JackMidiDriver.cpp') diff --git a/src/libs/engine/JackMidiDriver.cpp b/src/libs/engine/JackMidiDriver.cpp index b5c71c10..9e236541 100644 --- a/src/libs/engine/JackMidiDriver.cpp +++ b/src/libs/engine/JackMidiDriver.cpp @@ -201,7 +201,7 @@ JackMidiDriver::post_process(ProcessContext& context) * Realtime safe, this is to be called at the beginning of a process cycle to * insert (and actually begin using) a new port. * - * See create_port() and remove_port(). + * See new_port() and remove_port(). */ void JackMidiDriver::add_port(DriverPort* port) -- cgit v1.2.1