Bug 348681 follow-up comment fix.

This commit is contained in:
Graeme McCutcheon 2009-05-09 22:36:17 +01:00
parent 7c815c938d
commit 1c6412faca

View File

@ -3623,8 +3623,9 @@ nsTypedSelection::FindInsertionPoint(
// nsTypedSelection::SubtractRange
//
// A helper function that subtracts aSubtract from aRange, and adds
// 0 or 1 RangeData objects representing the remaining non-overlapping
// difference to aOutput
// 1 or 2 RangeData objects representing the remaining non-overlapping
// difference to aOutput. It is assumed that the caller has checked that
// aRange and aSubtract do indeed overlap
nsresult
nsTypedSelection::SubtractRange(RangeData* aRange, nsIRange* aSubtract,