commit | 4e8ec466934830eaa6a698f6f8195a733e755720 | [log] [tgz] |
---|---|---|
author | Jesse Wilson <jessewilson@google.com> | Tue Jul 26 11:10:50 2011 -0400 |
committer | Jesse Wilson <jessewilson@google.com> | Tue Jul 26 11:10:50 2011 -0400 |
tree | 0d9e7f9a95a63c2140d04a51160f32b1acef2949 | |
parent | 05f304bc01cb3a281f767b5300c0fd31f0fab82f [diff] |
Fix a typo in the spelling of 'Android'. Bug: http://code.google.com/p/android/issues/detail?id=17289 Change-Id: Id0d7ac37ed9ad6f61ab09883bef4325de659ba52
diff --git a/src/tech/encryption/android_crypto_implementation.md b/src/tech/encryption/android_crypto_implementation.md index 4e7b733..f3de9da 100644 --- a/src/tech/encryption/android_crypto_implementation.md +++ b/src/tech/encryption/android_crypto_implementation.md
@@ -54,7 +54,7 @@ "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