This commit is contained in:
bzbarsky%mit.edu 2004-10-09 21:37:57 +00:00
Родитель be30301ca0
Коммит a4fb16e1fb
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -159,7 +159,8 @@ public:
nsIDOMNode** farthestAncestor);
/**
* Utility routine to compare two "points", were a point is a node/offset pair
* Utility routine to compare two "points", where a point is a
* node/offset pair
* Returns -1 if point1 < point2, 1, if point1 > point2,
* 0 if error or if point1 == point2.
*/