mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 12:49:08 +00:00
Everywhere: Fix spelling mistakes
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user