mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Fix minor typo in comment
This commit is contained in:
parent
4c66e36b91
commit
c1127c245b
1 changed files with 1 additions and 1 deletions
|
|
@ -1205,7 +1205,7 @@ ControlList::unlocked_eval (double x) const
|
|||
return lval;
|
||||
}
|
||||
|
||||
/* linear interpolation betweeen the two points */
|
||||
/* linear interpolation between the two points */
|
||||
fraction = (double) (x - lpos) / (double) (upos - lpos);
|
||||
return lval + (fraction * (uval - lval));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue