data: Fixed comment

This commit is contained in:
Paul Beckingham 2016-05-13 17:25:02 -04:00
parent a4728b6e54
commit 24c593bd55

View file

@ -436,7 +436,7 @@ std::vector <Range> addRanges (
}
////////////////////////////////////////////////////////////////////////////////
// Subtract a set of Range from another set of Range, all within a defined
// Subtract a set of Ranges from another set of Ranges, all within a defined
// range.
std::vector <Range> subtractRanges (
const Range& limits,