Fix comment to say 'createInstance' when it really means that, since this is pointed to by devmo as API documentation; no bug; rs=shaver

This commit is contained in:
dmose@mozilla.org 2007-07-18 13:19:05 -07:00
parent 326b114746
commit a86906c1b2

View File

@ -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