From fbb0ed959de64f16d236d2f0d81ddf5cb318e1fe Mon Sep 17 00:00:00 2001 From: "skia.committer@gmail.com" Date: Tue, 13 Nov 2012 21:46:06 +0000 Subject: Sanitizing source files in Skia_Periodic_House_Keeping git-svn-id: http://skia.googlecode.com/svn/trunk@6409 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/core/SkPath.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/SkPath.cpp') diff --git a/src/core/SkPath.cpp b/src/core/SkPath.cpp index d4ef1a6044..d1b90dd6bf 100644 --- a/src/core/SkPath.cpp +++ b/src/core/SkPath.cpp @@ -2501,7 +2501,7 @@ bool SkPath::cheapComputeDirection(Direction* dir) const { int next = find_diff_pt(pts, index, n, 1); SkASSERT(next != index); cross = cross_prod(pts[prev], pts[index], pts[next]); - // if we get a zero and the points are horizontal, then we look at the spread in + // if we get a zero and the points are horizontal, then we look at the spread in // x-direction. We really should continue to walk away from the degeneracy until // there is a divergence. if (0 == cross && pts[prev].fY == pts[index].fY && pts[next].fY == pts[index].fY) { -- cgit v1.2.3