summaryrefslogtreecommitdiff
path: root/pathops/SkDCubicLineIntersection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pathops/SkDCubicLineIntersection.cpp')
-rw-r--r--pathops/SkDCubicLineIntersection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pathops/SkDCubicLineIntersection.cpp b/pathops/SkDCubicLineIntersection.cpp
index be38ddbf..da4b983d 100644
--- a/pathops/SkDCubicLineIntersection.cpp
+++ b/pathops/SkDCubicLineIntersection.cpp
@@ -307,7 +307,7 @@ public:
if (!lPt.moreRoughlyEqual(cPt)) {
return false;
}
- // FIXME: if points are roughly equal but not approximately equal, need to do
+ // FIXME: if points are roughly equal but not approximately equal, need to do
// a binary search like quad/quad intersection to find more precise t values
if (lT == 0 || lT == 1 || (ptSet == kPointUninitialized && cT != 0 && cT != 1)) {
*pt = lPt;