From 6b6fdf1d9222eb03cd013cbe792fa77fd78c1acb Mon Sep 17 00:00:00 2001 From: Ramesh Bhagavatam Gangadhar Date: Thu, 13 Nov 2025 12:57:16 +0000 Subject: [PATCH] 8357874: UNLIMTED_CRYPTO typo in class description of JceSecurity.java.template Reviewed-by: wetmore --- .../share/classes/javax/crypto/JceSecurity.java.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java.base/share/classes/javax/crypto/JceSecurity.java.template b/src/java.base/share/classes/javax/crypto/JceSecurity.java.template index 01282394b57..a6010945660 100644 --- a/src/java.base/share/classes/javax/crypto/JceSecurity.java.template +++ b/src/java.base/share/classes/javax/crypto/JceSecurity.java.template @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2024, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2025, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -31,7 +31,7 @@ * * In the current jdk builds, this file is first preprocessed to replace * @@JCE_DEFAULT_POLICY@ [sic] with "limited" or "unlimited" which is - * determined by the $(UNLIMTED_CRYPTO) make variable. This variable is + * determined by the $(UNLIMITED_CRYPTO) make variable. This variable is * set by top-level configure script, using either * --disable-unlimited-crypto or --enable-unlimited-crypto [default]. *