aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/CrashHandler.h
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-02-10 07:47:31 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-02-10 07:47:31 -0800
commitee9c49efc9c0dd15c1e1f950dd8be39a30e933a5 (patch)
tree2cc206fd3a837d150b703c264ea62cd8a69a2bd8 /tools/CrashHandler.h
parent1b9c8bb0a136a4095752c0e433d8327771fbe49c (diff)
rewrite ambiguous comment
It took me a few reads, but it eventually swapped from bunny to duck. BUG=skia: Review URL: https://codereview.chromium.org/913733002
Diffstat (limited to 'tools/CrashHandler.h')
-rw-r--r--tools/CrashHandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/CrashHandler.h b/tools/CrashHandler.h
index 606e81ef75..d1275c7ccb 100644
--- a/tools/CrashHandler.h
+++ b/tools/CrashHandler.h
@@ -4,8 +4,8 @@
// If possible (and not already done), and SK_CRASH_HANDLER is defined,
// register a handler for a stack trace when we crash.
//
-// Currently this works on Linux and Mac and Windows, but on Linux, you will
-// get much better results than we can deliver by running "catchsegv <program>".
+// Currently this works on Linux and Mac and Windows.
+// On Linux, our output is garbage compared to catchsegv. Use catchsegv if possible.
void SetupCrashHandler();
#endif//CrashHandler_DEFINED