LibGfx/JBIG2: Fix a comment typo

This commit is contained in:
Nico Weber 2024-03-26 08:30:34 -04:00 committed by Tim Flynn
commit 6842299959
Notes: sideshowbarker 2024-07-17 03:59:29 +09:00

View file

@ -1632,7 +1632,7 @@ static ErrorOr<Vector<NonnullRefPtr<Symbol>>> symbol_dictionary_decoding_procedu
// 6.5.5 Decoding the symbol dictionary
// "1) Create an array SDNEWSYMS of bitmaps, having SDNUMNEWSYMS entries."
// Done above read_bitmap().
// Done above read_symbol_bitmap's definition.
// "2) If SDHUFF is 1 and SDREFAGG is 0, create an array SDNEWSYMWIDTHS of integers, having SDNUMNEWSYMS entries."
// FIXME: Implement support for SDHUFF = 1.