From 1a41e98c1c6276c110315f7fd172e0e1373619f6 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 19 Jan 2021 16:51:57 -0700 Subject: [PATCH] improve comment for future readers --- libs/evoral/Curve.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/evoral/Curve.cc b/libs/evoral/Curve.cc index 1115479f72..43ba4e9788 100644 --- a/libs/evoral/Curve.cc +++ b/libs/evoral/Curve.cc @@ -462,7 +462,7 @@ Curve::multipoint_eval (Temporal::timepos_t const & x) const * regions). * * 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 * about the square overflowing. */