diff --git a/src/com/webcodepro/shrinkit/io/LittleEndianByteInputStream.java b/src/com/webcodepro/shrinkit/io/LittleEndianByteInputStream.java index 2a7ef71..5280c0d 100644 --- a/src/com/webcodepro/shrinkit/io/LittleEndianByteInputStream.java +++ b/src/com/webcodepro/shrinkit/io/LittleEndianByteInputStream.java @@ -100,7 +100,7 @@ public class LittleEndianByteInputStream extends InputStream implements ByteCons } /** * Read the TimeRec into a Java Date object. - * Note that years 1900-1939 are assumed to be 2000-2039 per the NuFX addendum + * Note that years 00-39 are assumed to be 2000-2039 per the NuFX addendum * at http://www.nulib.com/library/nufx-addendum.htm. * @see http://www.nulib.com/library/nufx-addendum.htm */