From 825379ae05aaea4a8a78f6542aba7d2bcd1c2a4e Mon Sep 17 00:00:00 2001 From: "dmose%mozilla.org" Date: Wed, 18 Jul 2007 20:19:05 +0000 Subject: [PATCH] Fix comment to say 'createInstance' when it really means that, since this is pointed to by devmo as API documentation; no bug; rs=shaver git-svn-id: svn://10.0.0.236/trunk@230222 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/js/src/xpconnect/loader/XPCOMUtils.jsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/js/src/xpconnect/loader/XPCOMUtils.jsm b/mozilla/js/src/xpconnect/loader/XPCOMUtils.jsm index ff553096fb8..ff03a10c453 100644 --- a/mozilla/js/src/xpconnect/loader/XPCOMUtils.jsm +++ b/mozilla/js/src/xpconnect/loader/XPCOMUtils.jsm @@ -59,7 +59,7 @@ * * // [optional] custom factory (an object implementing nsIFactory). If not * // provided, the default factory is used, which returns - * // |(new MyComponent()).QueryInterface(iid)| in its createInterface(). + * // |(new MyComponent()).QueryInterface(iid)| in its createInstance(). * _xpcom_factory: { ... } * * // QueryInterface implementation, e.g. using the generateQI helper