Bug 798045: Followup: fix typo in comment. r=me

This commit is contained in:
Jason Duell 2012-10-09 16:46:23 -07:00
parent aa228a0364
commit 390bdd5e03

View File

@ -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)) {