X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Flib%2Flttng-ust%2Fperf_event.h;h=af8fb96aa8e6e25ee2c76849462e5d3d97a5325d;hb=2fbda51c64f28b33b8febffc998af235e6fa9ea9;hp=48946c534819f24152bc18a32d57cf42501cad20;hpb=81b2d23800224648edd5850dd43b78d00b668a5e;p=lttng-ust.git diff --git a/src/lib/lttng-ust/perf_event.h b/src/lib/lttng-ust/perf_event.h index 48946c53..af8fb96a 100644 --- a/src/lib/lttng-ust/perf_event.h +++ b/src/lib/lttng-ust/perf_event.h @@ -541,7 +541,7 @@ struct perf_event_mmap_page { * after reading this value. * * When the mapping is PROT_WRITE the @data_tail value should be - * written by userspace to reflect the last read data, after issueing + * written by userspace to reflect the last read data, after issuing * an smp_mb() to separate the data read from the ->data_tail store. * In this case the kernel will not over-write unread data. *