Skip to content

Commit 63aece9

Browse files
Update src/ImageSharp/Formats/Tiff/Compression/Decompressors/T6BitReader.cs
1 parent 450279b commit 63aece9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImageSharp/Formats/Tiff/Compression/Decompressors/T6BitReader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public bool ReadNextCodeWord()
127127
this.Code = Len7Code0000000;
128128

129129
// We do not support Extensions1D codes, but some encoders (scanner from epson) write a premature EOL code,
130-
// which at this point cannot be distinguished from a distinguish, because we read the data bit by bit.
130+
// which at this point cannot be distinguished from the marker, because we read the data bit by bit.
131131
// Read the next 5 bit, if its a EOL code return true, indicating its the end of the image.
132132
if (this.ReadValue(5) == 1)
133133
{

0 commit comments

Comments
 (0)