Bug 106386 Correct misspellings in source code

patch by unknown@simplemachines.org r=timeless rs=brendan

Original committer: timeless%mozdev.org
Original revision: 1.9
Original date: 2005/11/25 19:48:01
This commit is contained in:
benjamin@smedbergs.us
2006-08-08 17:08:55 +00:00
parent 5cf3c07b03
commit 4f8cc11db2

View File

@@ -185,7 +185,7 @@ nsCOMArrayEnumerator::operator new (size_t size, const nsCOMArray_base& aArray)
NS_STATIC_CAST(nsCOMArrayEnumerator*, ::operator new(size));
// now need to copy over the values, and addref each one
// now this might seem like alot of work, but we're actually just
// now this might seem like a lot of work, but we're actually just
// doing all our AddRef's ahead of time since GetNext() doesn't
// need to AddRef() on the way out
PRUint32 i;