mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 23:42:17 +00:00
LibGfx/JBIG2: Fix a comment typo
This commit is contained in:
parent
6ff446fd30
commit
6842299959
Notes:
sideshowbarker
2024-07-17 03:59:29 +09:00
Author: https://github.com/nico
Commit: 6842299959
Pull-request: https://github.com/SerenityOS/serenity/pull/23726
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue