diff options
| author | 2020-02-04 16:42:39 -0800 | |
|---|---|---|
| committer | 2020-02-04 16:44:02 -0800 | |
| commit | 167e40e9364a21082455157edaa26c7d1d23f0c6 (patch) | |
| tree | dbc04029cc0a81304758429a52529179c9638e3b | |
| parent | 27e12881e404c52e3067bbaca7afa8e196d70efa (diff) | |
fix a typo in comment
Change-Id: I55477f4e0c1caa78d7c09bb01e6536b5a411728b
Test: manual
| -rw-r--r-- | services/core/java/com/android/server/wm/utils/DisplayRotationUtil.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/core/java/com/android/server/wm/utils/DisplayRotationUtil.java b/services/core/java/com/android/server/wm/utils/DisplayRotationUtil.java index 9f307bb0f98f..59abaab0f795 100644 --- a/services/core/java/com/android/server/wm/utils/DisplayRotationUtil.java +++ b/services/core/java/com/android/server/wm/utils/DisplayRotationUtil.java @@ -59,7 +59,7 @@ public class DisplayRotationUtil { } /** - * Compute bounds after rotating teh screen. + * Compute bounds after rotating the screen. * * @param bounds Bounds before the rotation. The array must contain exactly 4 non-null elements. * @param rotation rotation constant defined in android.view.Surface. |