mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:47:45 +00:00
LibGfx: Fix comment typo in ICC code
This commit is contained in:
parent
85feab4095
commit
5ccfd0e49d
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…
Add table
Add a link
Reference in a new issue