From: Mathieu Desnoyers Date: Tue, 6 Apr 2021 17:34:29 +0000 (-0400) Subject: Cleanup: Unaligned vs aligned ring buffer access comment X-Git-Tag: v2.13.0-rc1~154 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=74d65852d2dcb025a00fa5abcb56f6b7521395a4;p=lttng-ust.git Cleanup: Unaligned vs aligned ring buffer access comment Signed-off-by: Mathieu Desnoyers Change-Id: I03950fda0df7eb3a4b5880ee66c74b6a6abd387f --- diff --git a/include/lttng/ust-tracer.h b/include/lttng/ust-tracer.h index a863757b..7e6a2513 100644 --- a/include/lttng/ust-tracer.h +++ b/include/lttng/ust-tracer.h @@ -15,8 +15,8 @@ #include /* - * On architectures without efficient unaligned accesses, layout the - * content of the ringbuffer respect the natural alignment of the + * On architectures without efficient unaligned accesses, the layout of + * the ringbuffer's content respects the natural alignment of the * system. Only pack its content on architectures we know have efficient * unaligned memory access. *