From 744290e6dedfb73196c60c48a0a62916e1b62573 Mon Sep 17 00:00:00 2001 From: Brian Birtles Date: Tue, 23 May 2017 15:15:48 +0900 Subject: [PATCH] Fix typo in comment in Servo_AnimationCompose --- ports/geckolib/glue.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/geckolib/glue.rs b/ports/geckolib/glue.rs index 572a523a59d..031de241d44 100644 --- a/ports/geckolib/glue.rs +++ b/ports/geckolib/glue.rs @@ -366,7 +366,7 @@ pub extern "C" fn Servo_AnimationCompose(raw_value_map: RawServoAnimationValueMa return; } - // Temporaries used in the following if-block whose lifetimes we need to prlong. + // Temporaries used in the following if-block whose lifetimes we need to prolong. let raw_from_value; let from_composite_result; let from_value = if !segment.mFromValue.mServo.mRawPtr.is_null() {