From 1ac6f0f6626af0604df357c8216abd43386e82de Mon Sep 17 00:00:00 2001 From: "brendan%mozilla.org" Date: Sat, 7 Feb 2004 05:38:56 +0000 Subject: [PATCH] Typo in comment. --- xpcom/io/nsIObjectOutputStream.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpcom/io/nsIObjectOutputStream.idl b/xpcom/io/nsIObjectOutputStream.idl index c015f648c8c5..d200df92a712 100644 --- a/xpcom/io/nsIObjectOutputStream.idl +++ b/xpcom/io/nsIObjectOutputStream.idl @@ -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.