mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
Everywhere: Fix spelling mistakes
This commit is contained in:
parent
168063819d
commit
10ec98dd38
Notes:
sideshowbarker
2024-07-17 21:29:37 +09:00
Author: https://github.com/mjz19910
Commit: 10ec98dd38
Pull-request: https://github.com/SerenityOS/serenity/pull/11694
Reviewed-by: https://github.com/Dexesttp
Reviewed-by: https://github.com/creator1creeper1 ✅
Reviewed-by: https://github.com/linusg ✅
56 changed files with 90 additions and 90 deletions
|
@ -53,7 +53,7 @@ public:
|
|||
IndexType ensure(StorageType value)
|
||||
{
|
||||
// We maintain a set of unique values in two structures: a vector which stores the values in
|
||||
// the order they are added, and a hash map which maps that value to its index in the vetor.
|
||||
// the order they are added, and a hash map which maps that value to its index in the vector.
|
||||
// The vector is to ensure the values are generated in an easily known order, and the map is
|
||||
// to allow quickly deciding if a value is actually unique (otherwise, we'd have to linearly
|
||||
// search the vector for each value).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue