missed to change one comment in patch for bug 279155.

rs=jst
This commit is contained in:
cvshook%sicking.cc 2005-01-24 23:20:39 +00:00
Родитель 0b0ba29712
Коммит 67d7580ff8
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -2660,7 +2660,7 @@ nsGenericElement::isSelfOrAncestor(nsIContent *aNode,
return PR_TRUE;
/*
* If aChild doesn't have children it can't be our ancestor
* If aPossibleAncestor doesn't have children it can't be our ancestor
*/
if (aPossibleAncestor->GetChildCount() == 0) {
return PR_FALSE;