Fix spelling in comment.

git-svn-id: svn://10.0.0.236/trunk@163487 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu 2004-10-09 21:37:57 +00:00
parent b82e9a1148
commit 16c6b10942

View File

@ -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.
*/