summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-12-11 20:48:18 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-12-11 20:48:18 +0000
commitfec8f4ad49682a77163ff4739d8e4a3d044d7fce (patch)
tree123c6ab1dabe2ed180adac446ee7554553756528
parent644af18a4b3502682075ef47dd9fb39cddd872ee (diff)
better comment change
git-svn-id: svn://localhost/ardour2/branches/3.0@8248 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--libs/ardour/audioengine.cc2
1 files changed, 1 insertions, 1 deletions
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.
*/