mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 798045: Followup: fix typo in comment. r=me
This commit is contained in:
parent
4d61591180
commit
09acbd60ff
@ -214,7 +214,7 @@ public:
|
||||
*outIndex = i;
|
||||
result = fail;
|
||||
// break here: removing more entries would mess up *outIndex.
|
||||
// Any remaining expired entries will be be deleted next time Lookup
|
||||
// Any remaining expired entries will be deleted next time Lookup
|
||||
// finds nothing, which is the most common case anyway.
|
||||
break;
|
||||
} else if (fail->IsExpired(rightNow)) {
|
||||
|
Loading…
Reference in New Issue
Block a user