summaryrefslogtreecommitdiffstats
path: root/core/java
diff options
context:
space:
mode:
authorRomain Guy <romainguy@android.com>2010-09-12 11:42:49 -0700
committerAndroid Code Review <code-review@android.com>2010-09-12 11:42:49 -0700
commit15f0a79a81fd18211603587bcd46eee0e37ced4d (patch)
tree7f50edc01488c5209bffda58c9ce507651650232 /core/java
parent36edb2028acf9f876a288a49a66bc749b28e64c1 (diff)
parent44e8ec71977127ad5db0f351f796f6c62db86e86 (diff)
downloadframeworks_base-15f0a79a81fd18211603587bcd46eee0e37ced4d.zip
frameworks_base-15f0a79a81fd18211603587bcd46eee0e37ced4d.tar.gz
frameworks_base-15f0a79a81fd18211603587bcd46eee0e37ced4d.tar.bz2
Merge "fix typo in comment @beamsOverlap"
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/view/FocusFinder.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/FocusFinder.java b/core/java/android/view/FocusFinder.java
index 15fb839..8ad9a62 100644
--- a/core/java/android/view/FocusFinder.java
+++ b/core/java/android/view/FocusFinder.java
@@ -266,7 +266,7 @@ public class FocusFinder {
/**
- * Do the "beams" w.r.t the given direcition's axos of rect1 and rect2 overlap?
+ * Do the "beams" w.r.t the given direcition's axis of rect1 and rect2 overlap?
* @param direction the direction (up, down, left, right)
* @param rect1 The first rectangle
* @param rect2 The second rectangle