summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-12-16 21:25:04 +0000
committerCarl Hetherington <carl@carlh.net>2010-12-16 21:25:04 +0000
commit3029935f0ac8b171b56ba5d62bfa677d9d5a88b8 (patch)
treee35a6418269719048d80ff9595847a03b64c69dd /libs
parentb3fcaf71d4ce6ed9e90c8cab14cd6c81f65a50c6 (diff)
Fix comment.
git-svn-id: svn://localhost/ardour2/branches/3.0@8288 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/tempo.cc4
1 files changed, 1 insertions, 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
{