fixed a typo
svn-id: r40171
This commit is contained in:
parent
f4c294a613
commit
9a971c7d80
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ public:
|
|||
uint size() const { return _size; }
|
||||
|
||||
iterator begin() {
|
||||
// Find and return the _key non-empty entry
|
||||
// Find and return the first non-empty entry
|
||||
for (uint ctr = 0; ctr <= _mask; ++ctr) {
|
||||
if (_storage[ctr])
|
||||
return iterator(ctr, this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue