aboutsummaryrefslogtreecommitdiff
path: root/src/tech/encryption/android_crypto_implementation.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/tech/encryption/android_crypto_implementation.md')
-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