Bug 758337 - Fix mistake in comment in mfbt/LinkedList.h. DONTBUILD

This commit is contained in:
Justin Lebar 2012-06-01 10:32:14 -04:00
parent d63c5a0460
commit c75bf63164

View File

@ -26,7 +26,7 @@
* class ObserverContainer
* {
* private:
* LinkedList<ElemType> list;
* LinkedList<Observer> list;
*
* public:
*