summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/com/android/keychain/KeyChainService.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/keychain/KeyChainService.java b/src/com/android/keychain/KeyChainService.java
index 43f4e57..831bc0f 100644
--- a/src/com/android/keychain/KeyChainService.java
+++ b/src/com/android/keychain/KeyChainService.java
@@ -125,7 +125,7 @@ public class KeyChainService extends Service {
boolean ok = true;
synchronized (mAccountLock) {
- // remote Accounts from AccountManager to revoke any
+ // remove Accounts from AccountManager to revoke any
// granted credential grants to applications
Account[] accounts = mAccountManager.getAccountsByType(KeyChain.ACCOUNT_TYPE);
for (Account a : accounts) {