diff options
Diffstat (limited to 'luni/src/main/java/javax/crypto/Cipher.java')
-rw-r--r-- | luni/src/main/java/javax/crypto/Cipher.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luni/src/main/java/javax/crypto/Cipher.java b/luni/src/main/java/javax/crypto/Cipher.java index ba40b86..67f103d 100644 --- a/luni/src/main/java/javax/crypto/Cipher.java +++ b/luni/src/main/java/javax/crypto/Cipher.java @@ -54,7 +54,7 @@ import org.apache.harmony.security.fortress.Engine; * <ul> * {@code Cipher c = Cipher.getInstance("AES/CBC/PKCS5Padding");} * </ul> - * When a block cipher is requested in in stream cipher mode, the number of bits + * When a block cipher is requested in stream cipher mode, the number of bits * to be processed at a time can be optionally specified by appending it to the * mode name. e.g. <i>"AES/CFB8/NoPadding"</i>. If no number is specified, a * provider specific default value is used. |