8350476: Fix typo introduced in JDK-8350147

Reviewed-by: jnimeh, jpai
This commit is contained in:
Bradford Wetmore 2025-02-24 22:57:03 +00:00
parent 39cb493c36
commit 990d40e98d

View file

@ -65,7 +65,7 @@ import java.util.Objects;
* new shared secret and key encapsulation message. * new shared secret and key encapsulation message.
* <p> * <p>
* *
* Example operation using a ficticious {@code KEM} algorithm {@code ABC}: * Example operation using a fictitious {@code KEM} algorithm {@code ABC}:
* {@snippet lang = java: * {@snippet lang = java:
* // Receiver side * // Receiver side
* KeyPairGenerator g = KeyPairGenerator.getInstance("ABC"); * KeyPairGenerator g = KeyPairGenerator.getInstance("ABC");