Fix typo in comment. a=stupidity

This commit is contained in:
Shawn Wilsher 2011-01-14 11:10:11 -08:00
parent 00ed549578
commit 0ae4277be7

View File

@ -355,9 +355,9 @@ public:
private: private:
/** /**
* Callers MUST hold a strong refernce to this that outlives us because we may * Callers MUST hold a strong reference to this that outlives us because we
* be created off of the main thread, and therefore cannot call AddRef on this * may be created off of the main thread, and therefore cannot call AddRef on
* object (and therefore cannot hold a strong reference to it). * this object (and therefore cannot hold a strong reference to it).
*/ */
mozIVisitInfoCallback* mCallback; mozIVisitInfoCallback* mCallback;
VisitData mPlace; VisitData mPlace;