fixing a comment

This commit is contained in:
jfrancis%netscape.com 1999-06-03 05:58:38 +00:00
parent 9c7801d005
commit 965cc90b46
2 changed files with 4 additions and 4 deletions

View File

@ -2552,8 +2552,8 @@ nsEditor::GetNextNode(nsIDOMNode *aCurrentNode,
}
}
// otherwise, walk up the parent change until there is a child that comes before
// the ancestor of aCurrentNode. Then return that node's rightmost child
// otherwise, walk up the parent change until there is a child that comes after
// the ancestor of aCurrentNode. Then return that node's leftmost child
nsCOMPtr<nsIDOMNode> parent(do_QueryInterface(aCurrentNode));
do {

View File

@ -2552,8 +2552,8 @@ nsEditor::GetNextNode(nsIDOMNode *aCurrentNode,
}
}
// otherwise, walk up the parent change until there is a child that comes before
// the ancestor of aCurrentNode. Then return that node's rightmost child
// otherwise, walk up the parent change until there is a child that comes after
// the ancestor of aCurrentNode. Then return that node's leftmost child
nsCOMPtr<nsIDOMNode> parent(do_QueryInterface(aCurrentNode));
do {