auto import from //depot/cupcake/@135859
diff --git a/core/java/android/view/animation/TranslateAnimation.java b/core/java/android/view/animation/TranslateAnimation.java
index ca936cb..a785d43 100644
--- a/core/java/android/view/animation/TranslateAnimation.java
+++ b/core/java/android/view/animation/TranslateAnimation.java
@@ -80,7 +80,7 @@
}
/**
- * Constructor to use when building a ScaleAnimation from code
+ * Constructor to use when building a TranslateAnimation from code
*
* @param fromXDelta Change in X coordinate to apply at the start of the
* animation
@@ -104,7 +104,7 @@
}
/**
- * Constructor to use when building a ScaleAnimation from code
+ * Constructor to use when building a TranslateAnimation from code
*
* @param fromXType Specifies how fromXValue should be interpreted. One of
* Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or