diff --git a/src/com/android/settings/widget/MatchParentShrinkingLinearLayout.java b/src/com/android/settings/widget/MatchParentShrinkingLinearLayout.java index c7d4d9212dc..271378a3c47 100644 --- a/src/com/android/settings/widget/MatchParentShrinkingLinearLayout.java +++ b/src/com/android/settings/widget/MatchParentShrinkingLinearLayout.java @@ -40,7 +40,7 @@ import java.lang.annotation.RetentionPolicy; * A LinearLayout with a twist: if the contents don't fit, it takes space away from the * MATCH_PARENT children, instead of taking it from the weighted ones. * - * TODO: Remove once we redesign the ChooseLockPattern screen with a sane layout. + * TODO: Remove once we redesign the ChooseLockPattern screen with a rational layout. */ public class MatchParentShrinkingLinearLayout extends ViewGroup { /** @hide */