Skip to content

Commit 5bbb669

Browse files
committed
Javadoc spelling
1 parent e616873 commit 5bbb669

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/apache/commons/codec/digest/Md5Crypt.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ public static String md5Crypt(final byte[] keyBytes, final String salt, final St
321321
}
322322

323323
/*
324-
* Don't leave anything around in vm they could use.
324+
* Don't leave anything around in JVM they could use.
325325
*/
326326
Arrays.fill(finalb, (byte) 0);
327327

@@ -384,7 +384,7 @@ public static String md5Crypt(final byte[] keyBytes, final String salt, final St
384384
B64.b64from24bit((byte) 0, (byte) 0, finalb[11], 2, passwd);
385385

386386
/*
387-
* Don't leave anything around in vm they could use.
387+
* Don't leave anything around in JVM they could use.
388388
*/
389389
// Is there a better way to do this with the JVM?
390390
ctx.reset();

0 commit comments

Comments
 (0)