Comment 78 for bug 274065

Revision history for this message
In , Kai Engert (kaie) wrote :

>+ // Check if something didn't fail during nss init, if so,
>+ // uncheck the haveLoaded flag to try again later.

I think you have a typo, accidental double negation here.
And with the new code, maybe you want to write
  "Check if NSS init succeeded"
or maybe it's obvious now and you can delete the comment.