| Index: include/core/SkPathMeasure.h
|
| diff --git a/include/core/SkPathMeasure.h b/include/core/SkPathMeasure.h
|
| index ceea97f69aa52e4dc769e757f7efe2ac9380be77..2a512b8c382cbdd09990b92d4facf4fad90c9448 100644
|
| --- a/include/core/SkPathMeasure.h
|
| +++ b/include/core/SkPathMeasure.h
|
| @@ -63,7 +63,7 @@ public:
|
|
|
| /** Given a start and stop distance, return in dst the intervening segment(s).
|
| If the segment is zero-length, return false, else return true.
|
| - startD and stopD are pinned to legal values (0..getLength()). If startD <= stopD
|
| + startD and stopD are pinned to legal values (0..getLength()). If startD > stopD
|
| then return false (and leave dst untouched).
|
| Begin the segment with a moveTo if startWithMoveTo is true
|
| */
|
|
|