From 3a6e8529d3efce0684f2e77431f03332186b077e Mon Sep 17 00:00:00 2001 From: Brian Birtles Date: Thu, 8 Dec 2016 14:45:57 -1000 Subject: [PATCH] Bug 1322589 - Correct description of StyleAnimationValue::Accumulate; r=hiro MozReview-Commit-ID: 39gWkeIs11F --HG-- extra : rebase_source : 6d94af4fd16fbc705ad9847643ed22b148de563b --- layout/style/StyleAnimationValue.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layout/style/StyleAnimationValue.h b/layout/style/StyleAnimationValue.h index 8825bb871bb6..ec1adde0395d 100644 --- a/layout/style/StyleAnimationValue.h +++ b/layout/style/StyleAnimationValue.h @@ -147,10 +147,10 @@ public: StyleAnimationValue& aResultValue); /** - * Accumulates |aA| onto |aA| |aCount| times then accumulates |aB| onto the - * result. + * Accumulates |aA| onto |aA| (|aCount| - 1) times then accumulates |aB| onto + * the result. * If |aCount| is zero or no accumulation or addition procedure is defined - * for |aProperty| the result will be |aB|. + * for |aProperty|, the result will be |aB|. */ static StyleAnimationValue Accumulate(nsCSSPropertyID aProperty,