Skip to content

Commit 2718a12

Browse files
committed
Comment updates - take three
1 parent fc2d166 commit 2718a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java.base/share/classes/com/sun/crypto/provider/AES_Crypt.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ void init(boolean decrypting, String algorithm, byte[] key)
941941
* Generate the cipher's round keys as outlined in section 5.2 of the spec.
942942
*
943943
* @param key [in] the symmetric key byte array.
944-
* @param rounds [in] the number rounds for generating the round keys.
944+
* @param rounds [in] the number of rounds for generating the round keys.
945945
*
946946
* @return the cipher round keys.
947947
*/

0 commit comments

Comments
 (0)