From: Pierre-Marc Fournier Date: Thu, 7 Jan 2010 04:05:56 +0000 (-0500) Subject: fix comment X-Git-Tag: v0.1~21 X-Git-Url: https://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=443addf602cf18828df3ef75cc82374f2a4f874c fix comment --- diff --git a/include/ust/marker.h b/include/ust/marker.h index db4671e..7760500 100644 --- a/include/ust/marker.h +++ b/include/ust/marker.h @@ -101,8 +101,8 @@ struct marker { NULL, tp_name_str, tp_cb, NULL }; \ \ /* This next asm has to be a basic inline asm (no input/output/clobber), \ - because it must not need %-sign escaping, as we most certainly \ - have some in the format string. */ \ + because it must not require %-sign escaping, as we most certainly \ + have some %-signs in the format string. */ \ asm volatile ( \ ".section __markers_strings,\"aw\",@progbits\n\t" \ "__mstrtab_" XSTR(channel) "_" XSTR(name) "_" XSTR(unique) ":\n\t" \