aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pathops/SkOpAngle.cpp
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-15 03:04:18 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-15 03:04:18 +0000
commita1ed7aec95eb8c77d1a39834fea476780007cade (patch)
tree1dc4e0a0d80de046c4e082973dd3c87d10e071a2 /src/pathops/SkOpAngle.cpp
parent4bd8fdc04c143e3c43a0e48a5444da02cacf1803 (diff)
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@14196 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/pathops/SkOpAngle.cpp')
-rw-r--r--src/pathops/SkOpAngle.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pathops/SkOpAngle.cpp b/src/pathops/SkOpAngle.cpp
index 364ab1bf1f..62cf4b0e3a 100644
--- a/src/pathops/SkOpAngle.cpp
+++ b/src/pathops/SkOpAngle.cpp
@@ -553,7 +553,7 @@ const SkOpAngle* SkOpAngle::findFirst() const {
}
int angleStart = SkTMin(angle->fSectorStart, angle->fSectorEnd);
// angles that are smaller by one aren't necessary better, since the larger may be a line
- // and the smaller may be a curve that curls to the other side of the line.
+ // and the smaller may be a curve that curls to the other side of the line.
if (bestEnd + 1 < angleStart) {
return best;
}
@@ -720,7 +720,7 @@ void SkOpAngle::markStops() {
angle = angle->fNext;
int angleStart = SkTMin(angle->fSectorStart, angle->fSectorEnd);
// angles that are smaller by one aren't necessary better, since the larger may be a line
- // and the smaller may be a curve that curls to the other side of the line.
+ // and the smaller may be a curve that curls to the other side of the line.
if (lastEnd + 1 < angleStart) {
angle->fStop = true;
}