Skip to content

Commit a3e2330

Browse files
committed
Javadoc
1 parent 2871f85 commit a3e2330

1 file changed

Lines changed: 1 addition & 1 deletion

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
@@ -572,7 +572,7 @@ public class PureJavaCrc32 implements Checksum {
572572
0xA8C40105, 0x646E019B, 0xEAE10678, 0x264B06E6
573573
};
574574

575-
/** the current CRC value, bit-flipped */
575+
/** The current CRC value, bit-flipped */
576576
private int crc;
577577

578578
/** Create a new PureJavaCrc32 object. */

0 commit comments

Comments
 (0)