Typo in comment.

This commit is contained in:
brendan%mozilla.org 2004-02-07 05:38:56 +00:00
parent 777724c5a1
commit 1ac6f0f662

View File

@ -48,7 +48,7 @@
interface nsIObjectOutputStream : nsIBinaryOutputStream
{
/**
* Write the object whose "root" or XPCOM-identity nsISupports at aObject.
* Write the object whose "root" or XPCOM-identity nsISupports is aObject.
* The cause for writing this object is a strong or weak reference, so the
* aIsStrongRef argument must tell which kind of pointer is being followed
* here during serialization.