aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Wilson <jessewilson@google.com>2011-07-26 11:10:50 -0400
committerJesse Wilson <jessewilson@google.com>2011-07-26 11:10:50 -0400
commit4e8ec466934830eaa6a698f6f8195a733e755720 (patch)
tree0d9e7f9a95a63c2140d04a51160f32b1acef2949
parent05f304bc01cb3a281f767b5300c0fd31f0fab82f (diff)
downloadsource.android.com-4e8ec466934830eaa6a698f6f8195a733e755720.tar.gz
Fix a typo in the spelling of 'Android'.
Bug: http://code.google.com/p/android/issues/detail?id=17289 Change-Id: Id0d7ac37ed9ad6f61ab09883bef4325de659ba52
-rw-r--r--src/tech/encryption/android_crypto_implementation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tech/encryption/android_crypto_implementation.md b/src/tech/encryption/android_crypto_implementation.md
index 4e7b7335..f3de9dac 100644
--- a/src/tech/encryption/android_crypto_implementation.md
+++ b/src/tech/encryption/android_crypto_implementation.md
@@ -54,7 +54,7 @@ aka Honeycomb, there are only a few requirements:
"setprop vold.post_fs_data_done 1".
-## How Adroid encryption works
+## How Android encryption works
Disk encryption on Android is based on dm-crypt, which is a kernel feature that
works at the block device layer. Therefore, it is not usable with YAFFS, which