From fec8f4ad49682a77163ff4739d8e4a3d044d7fce Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 11 Dec 2010 20:48:18 +0000 Subject: [PATCH] better comment change git-svn-id: svn://localhost/ardour2/branches/3.0@8248 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/audioengine.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/audioengine.cc b/libs/ardour/audioengine.cc index a9d170beed..7df9d16e90 100644 --- a/libs/ardour/audioengine.cc +++ b/libs/ardour/audioengine.cc @@ -962,7 +962,7 @@ AudioEngine::frames_per_cycle () const } } -/** @param name Full or short name of port (including prefix:) +/** @param name Full or short name of port * @return Corresponding Port*, or 0. This object remains the property of the AudioEngine * so must not be deleted. */