summaryrefslogtreecommitdiff
path: root/core/java/android/view/Display.java
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2012-09-14 00:00:17 -0700
committerJeff Brown <jeffbrown@google.com>2012-09-14 00:00:17 -0700
commit565f0425ba60ced217ebe44422a1f2b2c62e2850 (patch)
tree586a1e72dbb86561ce4a49a632f4c617ebea951d /core/java/android/view/Display.java
parent5380a064c335216e767be1497f3326ec56399a6d (diff)
Fixup a comment.
Change-Id: I7b73f7e0f0aa903e5cd02d1cdb678e65a6d40e0c
Diffstat (limited to 'core/java/android/view/Display.java')
-rw-r--r--core/java/android/view/Display.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/Display.java b/core/java/android/view/Display.java
index 01b37c81ca24..cf584581df3f 100644
--- a/core/java/android/view/Display.java
+++ b/core/java/android/view/Display.java
@@ -103,7 +103,7 @@ public final class Display {
* Display flag: Indicates that the display supports secure in-memory video buffers.
* <p>
* This flag is used to indicate that the display supports content protection
- * mechanisms for decrypted in-memory video buffers, such as secure memory areas.
+ * mechanisms for in-memory video buffers, such as secure memory areas.
* These mechanisms may be used to protect secure video buffers in memory from
* the video decoder to the display compositor and the video interface.
* </p>