13
0

improve comment for future readers

This commit is contained in:
Paul Davis 2021-01-19 16:51:57 -07:00
parent 068cc4135f
commit 1a41e98c1c

View File

@ -462,7 +462,7 @@ Curve::multipoint_eval (Temporal::timepos_t const & x) const
* regions). * regions).
* *
* This means that x is a relatively * This means that x is a relatively
* small value (sample count into the * small value (an offset into the
* fade) amd we do not need to worry * fade) amd we do not need to worry
* about the square overflowing. * about the square overflowing.
*/ */