From 707795ad392758b5f02f4655185afaa169c91dfe Mon Sep 17 00:00:00 2001 From: Alex Klyubin Date: Fri, 10 May 2013 15:17:07 -0700 Subject: [PATCH] Fix a typo in a comment Change-Id: Ibb9667d762189849ebcbefef4ba70ffd34cf885e --- cryptfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptfs.c b/cryptfs.c index de7097b..445d5b7 100644 --- a/cryptfs.c +++ b/cryptfs.c @@ -1121,7 +1121,7 @@ static int test_mount_encrypted_fs(char *passwd, char *mount_point, char *label) return -1; } - /* If init detects an encrypted filesystme, it writes a file for each such + /* If init detects an encrypted filesystem, it writes a file for each such * encrypted fs into the tmpfs /data filesystem, and then the framework finds those * files and passes that data to me */ /* Create a tmp mount point to try mounting the decryptd fs