From c75bf63164696363e32ba95697eeed74fb821d70 Mon Sep 17 00:00:00 2001 From: Justin Lebar Date: Fri, 1 Jun 2012 10:32:14 -0400 Subject: [PATCH] Bug 758337 - Fix mistake in comment in mfbt/LinkedList.h. DONTBUILD --- mfbt/LinkedList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mfbt/LinkedList.h b/mfbt/LinkedList.h index af88394ffc3..b92ebed70f2 100644 --- a/mfbt/LinkedList.h +++ b/mfbt/LinkedList.h @@ -26,7 +26,7 @@ * class ObserverContainer * { * private: - * LinkedList list; + * LinkedList list; * * public: *