Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4242)

Unified Diff: Source/modules/webaudio/AudioParamTimeline.cpp

Issue 1297673004: Fix typo in comment. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/AudioParamTimeline.cpp
diff --git a/Source/modules/webaudio/AudioParamTimeline.cpp b/Source/modules/webaudio/AudioParamTimeline.cpp
index b7d9c2d2d4a9f44fd034da28f15b8aae6f51b375..74b452a782dde53e9011e0c6990a4e45a8bed895 100644
--- a/Source/modules/webaudio/AudioParamTimeline.cpp
+++ b/Source/modules/webaudio/AudioParamTimeline.cpp
@@ -452,7 +452,7 @@ float AudioParamTimeline::valuesForTimeRangeImpl(
unsigned nextEventFillToFrame = fillToFrame;
double nextEventFillToTime = fillToTime;
fillToTime = std::min(endTime, time1 + duration);
- // |fillToTime| can be greater than |startTime| when the end of the
+ // |fillToTime| can be less than |startTime| when the end of the
// setValueCurve automation has been reached, but the next automation has not
// yet started. In this case, |fillToTime| is clipped to |time1|+|duration|
// above, but |startTime| will keep increasing (because the current time is
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698