Skip to content

Commit e616873

Browse files
committed
Javadoc spelling
1 parent 464a5da commit e616873

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import java.util.zip.Checksum;
2020

2121
/**
22-
* A pure-java implementation of the CRC32 checksum that uses
22+
* A pure-Java implementation of the CRC32 checksum that uses
2323
* the same polynomial as the built-in native CRC32.
2424
* <p>
2525
* This is to avoid the JNI overhead for certain uses of checksumming

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import java.util.zip.Checksum;
2424

2525
/**
26-
* A pure-java implementation of the CRC32 checksum that uses the CRC32-C polynomial, the same polynomial used by iSCSI and implemented on many Intel chipsets
26+
* A pure-Java implementation of the CRC32 checksum that uses the CRC32-C polynomial, the same polynomial used by iSCSI and implemented on many Intel chipsets
2727
* supporting SSE 4.2.
2828
*
2929
* <p>

0 commit comments

Comments
 (0)