aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/arcofzorro.cpp
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-10 07:00:58 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-10 07:00:58 +0000
commit9e1ec1a52985cce9db3a0d0e8d448b82a32e70cb (patch)
tree16d6e8cde90b0e4086bd61d9b79111a3740ec77e /gm/arcofzorro.cpp
parentead3b83645722f9102b97f54c54a4a691d67ed72 (diff)
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@9948 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm/arcofzorro.cpp')
-rw-r--r--gm/arcofzorro.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/arcofzorro.cpp b/gm/arcofzorro.cpp
index 1e38130595..f1f1195bad 100644
--- a/gm/arcofzorro.cpp
+++ b/gm/arcofzorro.cpp
@@ -10,7 +10,7 @@
namespace skiagm {
-// This GM draws a lot of arcs in a 'Z' shape. It particularly exercises
+// This GM draws a lot of arcs in a 'Z' shape. It particularly exercises
// the 'drawArc' code near a singularly of its processing (i.e., near the
// edge of one of its underlying quads).
class ArcOfZorroGM : public GM {