From d9dded5a46bb26f621d9da9334dd982217645e93 Mon Sep 17 00:00:00 2001 From: Alex Klyubin Date: Fri, 5 Feb 2016 14:18:19 -0800 Subject: [PATCH] Fix typo in KeyInfo Javadoc. Change-Id: I801005a93aee71b93b3d6cf3f7c38361493ff203 --- keystore/java/android/security/keystore/KeyInfo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystore/java/android/security/keystore/KeyInfo.java b/keystore/java/android/security/keystore/KeyInfo.java index 7cf4b04cc9962..d72688079d0e1 100644 --- a/keystore/java/android/security/keystore/KeyInfo.java +++ b/keystore/java/android/security/keystore/KeyInfo.java @@ -269,7 +269,7 @@ public class KeyInfo implements KeySpec { /** * Returns {@code true} if the requirement that this key can only be used if the user has been - * authenticated if enforced by secure hardware (e.g., Trusted Execution Environment (TEE) or + * authenticated is enforced by secure hardware (e.g., Trusted Execution Environment (TEE) or * Secure Element (SE)). * * @see #isUserAuthenticationRequired()