From 9284fddfc6329d5ea5ae183d4cb0646ffb470561 Mon Sep 17 00:00:00 2001 From: Glenn Kasten Date: Wed, 14 Nov 2012 16:24:27 -0800 Subject: [PATCH] Fix build Change-Id: Ibb398f36a7569af3480e24145da4317bf5b86998 --- cmds/atrace/atrace.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cmds/atrace/atrace.c b/cmds/atrace/atrace.c index 331a95e69..64f13e4eb 100644 --- a/cmds/atrace/atrace.c +++ b/cmds/atrace/atrace.c @@ -434,10 +434,10 @@ static void showHelp(const char *cmd) " -w trace the kernel workqueue\n" " -y trace sync timelines and waits\n" " -z compress the trace dump\n" - " --async_start start circular trace and return immediatly\n", - " --async_dump dump the current contents of circular trace buffer\n", - " --async_stop stop tracing and dump the current contents of circular\n", - " trace buffer\n", + " --async_start start circular trace and return immediatly\n" + " --async_dump dump the current contents of circular trace buffer\n" + " --async_stop stop tracing and dump the current contents of circular\n" + " trace buffer\n" ); }