From 443addf602cf18828df3ef75cc82374f2a4f874c Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Wed, 6 Jan 2010 23:05:56 -0500 Subject: [PATCH] fix comment --- include/ust/marker.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" \ -- 2.34.1