From 1a96b9a19a8c9f2179a24881d2329035d1f3df1e Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Tue, 16 Jun 2015 08:51:55 +0100 Subject: [PATCH] Fix comment --- src/StretchCalculator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/StretchCalculator.cpp b/src/StretchCalculator.cpp index 4df60da..3d803a4 100644 --- a/src/StretchCalculator.cpp +++ b/src/StretchCalculator.cpp @@ -222,7 +222,7 @@ StretchCalculator::mapPeaks(std::vector &peaks, // NB we know for certain we have a mapping from 0 -> 0 (or at // least, some mapping for source sample 0) because that is - // enforced in setLockPoints above. However, we aren't guaranteed + // enforced in setKeyFrameMap above. However, we aren't guaranteed // to have a mapping for the total duration -- we will usually // need to assume it maps to the normal duration * ratio sample