From 3029935f0ac8b171b56ba5d62bfa677d9d5a88b8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 16 Dec 2010 21:25:04 +0000 Subject: [PATCH] Fix comment. git-svn-id: svn://localhost/ardour2/branches/3.0@8288 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/tempo.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libs/ardour/tempo.cc b/libs/ardour/tempo.cc index aea3eb09f4..08c9289919 100644 --- a/libs/ardour/tempo.cc +++ b/libs/ardour/tempo.cc @@ -1902,9 +1902,7 @@ TempoMap::bbt_subtract (const BBT_Time& start, const BBT_Time& decrement) const return result; } -/** - * add the BBT interval @param increment to @param start and return the result - */ +/** Add the BBT interval op to pos and return the result */ framepos_t TempoMap::framepos_plus_bbt (framepos_t pos, BBT_Time op) const {