X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Fust%2Fmarker.h;h=77605009ab3b299403102e5e3b9be140b5953ef0;hb=443addf602cf18828df3ef75cc82374f2a4f874c;hp=db4671e0e9805fffe043de3072f7ac8dd9e9e3da;hpb=a4db742aa7a1c19142126e047c7088838d634a51;p=ust.git 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" \