aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/filtermain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/filtermain.cpp')
-rw-r--r--tools/filtermain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/filtermain.cpp b/tools/filtermain.cpp
index 0cf56a8259..cca96e417b 100644
--- a/tools/filtermain.cpp
+++ b/tools/filtermain.cpp
@@ -185,7 +185,7 @@ static int filter_picture(const SkString& inFile, const SkString& outFile) {
const SkTDArray<SkDrawCommand*>& commands = debugCanvas.getDrawCommands();
- // hide the initial save and restore since replaying the commands will
+ // hide the initial save and restore since replaying the commands will
// re-add them
if (commands.count() > 0) {
commands[0]->setVisible(false);