Bug 1122160 Follow-up to fix spelling typo in comment. rs=themaid DONTBUILD

This commit is contained in:
Ben Kelly 2015-01-16 10:22:43 -05:00
parent 39b048dc86
commit c1ff242f83

View File

@ -52,7 +52,7 @@ public:
void operator--(int) { value--; }
// Do not define operator+=() or operator-=() here. These will coerce via
// the implicit cast and built-in ooperators. Defining explicit methods here
// the implicit cast and built-in operators. Defining explicit methods here
// will create ambiguity the compiler can't deal with.
T* operator&() { return &value; }