Fix comment.
authorCarl Hetherington <carl@carlh.net>
Thu, 16 Dec 2010 21:25:04 +0000 (21:25 +0000)
committerCarl Hetherington <carl@carlh.net>
Thu, 16 Dec 2010 21:25:04 +0000 (21:25 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@8288 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/tempo.cc

index aea3eb09f4b4dbfdb7e954c8fc5577ef1ee3df0f..08c9289919353b7e13e51905bb3846196092fac4 100644 (file)
@@ -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
 {