diff --git a/Userland/Libraries/LibGfx/ImageFormats/JBIG2Loader.cpp b/Userland/Libraries/LibGfx/ImageFormats/JBIG2Loader.cpp index 334fec23adc..64ef674b7e6 100644 --- a/Userland/Libraries/LibGfx/ImageFormats/JBIG2Loader.cpp +++ b/Userland/Libraries/LibGfx/ImageFormats/JBIG2Loader.cpp @@ -1690,11 +1690,11 @@ static ErrorOr>> symbol_dictionary_decoding_procedu // NSYMSDECODED = NSYMSDECODED + 1" number_of_symbols_decoded++; } - // d) If SDHUFF is 1 and SDREFAGG is 0, [...long text elided...] + // "d) If SDHUFF is 1 and SDREFAGG is 0, [...long text elided...]" // FIXME: Implement support for SDHUFF = 1. } - // 5) Determine which symbol bitmaps are exported from this symbol dictionary, as described in 6.5.10. These + // "5) Determine which symbol bitmaps are exported from this symbol dictionary, as described in 6.5.10. These // bitmaps can be drawn from the symbols that are used as input to the symbol dictionary decoding // procedure as well as the new symbols produced by the decoding procedure." JBIG2::ArithmeticIntegerDecoder export_integer_decoder(decoder);