fix path getSegment comment
authorcaryclark <caryclark@google.com>
Wed, 23 Mar 2016 18:15:57 +0000 (11:15 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 23 Mar 2016 18:15:57 +0000 (11:15 -0700)
R=djsollen@google.com
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1828753002

Review URL: https://codereview.chromium.org/1828753002

include/core/SkPathMeasure.h

index ceea97f..2a512b8 100644 (file)
@@ -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
     */