fix comment
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Thu, 7 Jan 2010 04:05:56 +0000 (23:05 -0500)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Mon, 11 Jan 2010 21:07:56 +0000 (16:07 -0500)
include/ust/marker.h

index db4671e0e9805fffe043de3072f7ac8dd9e9e3da..77605009ab3b299403102e5e3b9be140b5953ef0 100644 (file)
@@ -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"         \
This page took 0.024171 seconds and 4 git commands to generate.