mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
LibGfx: Fix comment typo in ICC code
This commit is contained in:
parent
85feab4095
commit
5ccfd0e49d
Notes:
sideshowbarker
2024-07-17 00:44:54 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/5ccfd0e49d Pull-request: https://github.com/SerenityOS/serenity/pull/17336 Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ ErrorOr<NonnullRefPtr<MultiLocalizedUnicodeTagData>> MultiLocalizedUnicodeTagDat
|
|||
|
||||
// "Multiple strings within this tag may share storage locations. For example, en/US and en/UK can refer to the
|
||||
// same string data."
|
||||
// This implementation makes redudant string copies in that case.
|
||||
// This implementation makes redundant string copies in that case.
|
||||
// Most of the time, this costs just a few bytes, so that seems ok.
|
||||
|
||||
if (bytes.size() < 4 * sizeof(u32))
|
||||
|
|
Loading…
Reference in a new issue