Index: src/core/SkPath.cpp |
diff --git a/src/core/SkPath.cpp b/src/core/SkPath.cpp |
index 320448a30e27acf2c3ce381c99d72b4d5d60ce14..87ecd4ee1d610a8f45b1ddfbeca4ec7b74bfbdb2 100644 |
--- a/src/core/SkPath.cpp |
+++ b/src/core/SkPath.cpp |
@@ -3177,7 +3177,7 @@ bool SkPath::contains(SkScalar x, SkScalar y) const { |
if ((onCurveCount & 1) || evenOddFill) { |
return SkToBool(onCurveCount & 1) ^ isInverse; |
} |
- // If the point touches an even number of curves, and the fill is winding, check for |
+ // If the point touches an even number of curves, and the fill is winding, check for |
// coincidence. Count coincidence as places where the on curve points have identical tangents. |
iter.setPath(*this, true); |
done = false; |