Fix some obviously bogus comments. r=caillon, sr=clear copy/paste error.

This commit is contained in:
bzbarsky%mit.edu 2002-11-23 22:16:23 +00:00
Родитель 195f27ac2b
Коммит 6e1d942718
1 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -73,7 +73,8 @@ interface nsIRDFContainer : nsISupports {
/**
* Remove the first occurence of the specified element from the
* container. If aRenumber is 'true'
* container. If aRenumber is 'true', then the underlying RDF graph
* will be 're-numbered' to account for the removal.
*/
void RemoveElement(in nsIRDFNode aElement, in boolean aRenumber);
@ -86,8 +87,8 @@ interface nsIRDFContainer : nsISupports {
/**
* Remove the element at the specified index. If aRenumber is 'true', then
* the underlying RDF graph will be 're-numbered' to accomodate the new
* element.
* the underlying RDF graph will be 're-numbered' to account for the
* removal.
*
* @return the element that was removed.
*/