diff options
| author | Ken Wakasa <kwakasa@google.com> | 2012-03-09 19:56:35 +0900 |
|---|---|---|
| committer | Ken Wakasa <kwakasa@google.com> | 2012-03-09 22:48:43 +0900 |
| commit | f76a50ce8fdc6aea22cabc77b2977a1a15a79630 (patch) | |
| tree | 52a02b4db9b5acbef944d29c251bf2eae40c625b /core/java/android/widget/ScrollView.java | |
| parent | a64890a02e5561d73da57695dcfc6b35ca05c321 (diff) | |
Fix obvious typos under frameworks/base/core
Change-Id: Ia5fc3db1bb51824e7523885553be926bcc42d736
Diffstat (limited to 'core/java/android/widget/ScrollView.java')
| -rw-r--r-- | core/java/android/widget/ScrollView.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/widget/ScrollView.java b/core/java/android/widget/ScrollView.java index 3ffc0fea7a6d..25dd438c4693 100644 --- a/core/java/android/widget/ScrollView.java +++ b/core/java/android/widget/ScrollView.java @@ -1412,7 +1412,7 @@ public class ScrollView extends FrameLayout { } mChildToScrollTo = null; - // Calling this with the present values causes it to re-clam them + // Calling this with the present values causes it to re-claim them scrollTo(mScrollX, mScrollY); } @@ -1436,7 +1436,7 @@ public class ScrollView extends FrameLayout { } /** - * Return true if child is an descendant of parent, (or equal to the parent). + * Return true if child is a descendant of parent, (or equal to the parent). */ private boolean isViewDescendantOf(View child, View parent) { if (child == parent) { |
