This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git


The following commit(s) were added to refs/heads/master by this push:
     new 5bbb6699 Javadoc spelling
5bbb6699 is described below

commit 5bbb66994f8e6d04509cbd297c6bf5dc77d328bb
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Nov 26 16:03:07 2023 -0500

    Javadoc spelling
---
 src/main/java/org/apache/commons/codec/digest/Md5Crypt.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/codec/digest/Md5Crypt.java 
b/src/main/java/org/apache/commons/codec/digest/Md5Crypt.java
index af4b6a7a..6a365e03 100644
--- a/src/main/java/org/apache/commons/codec/digest/Md5Crypt.java
+++ b/src/main/java/org/apache/commons/codec/digest/Md5Crypt.java
@@ -321,7 +321,7 @@ public class Md5Crypt {
         }
 
         /*
-         * Don't leave anything around in vm they could use.
+         * Don't leave anything around in JVM they could use.
          */
         Arrays.fill(finalb, (byte) 0);
 
@@ -384,7 +384,7 @@ public class Md5Crypt {
         B64.b64from24bit((byte) 0, (byte) 0, finalb[11], 2, passwd);
 
         /*
-         * Don't leave anything around in vm they could use.
+         * Don't leave anything around in JVM they could use.
          */
         // Is there a better way to do this with the JVM?
         ctx.reset();

Reply via email to