From 73c87064a58ebe31001e8f5ebd14465fbd120a8c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 17 Nov 2021 10:49:14 -0700 Subject: [PATCH] tempo map: NOOP correct comment text --- libs/temporal/temporal/tempo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/temporal/temporal/tempo.h b/libs/temporal/temporal/tempo.h index a83f23de95..0608a134b1 100644 --- a/libs/temporal/temporal/tempo.h +++ b/libs/temporal/temporal/tempo.h @@ -399,9 +399,9 @@ class /*LIBTEMPORAL_API*/ TempoPoint : public Tempo, public tempo_hook, public v } /* Given that this tempo point controls tempo for the time indicated by - * the argument of the following 4 functions, return information about + * the argument of the following 3 functions, return information about * that time. The first 3 return convert between domains (with - * ::sample_at() just being a convenience function); the fourth returns + * ::sample_at() just being a convenience function); the third returns * information about the tempo at that time. */