From 74d65852d2dcb025a00fa5abcb56f6b7521395a4 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 6 Apr 2021 13:34:29 -0400 Subject: [PATCH] Cleanup: Unaligned vs aligned ring buffer access comment Signed-off-by: Mathieu Desnoyers Change-Id: I03950fda0df7eb3a4b5880ee66c74b6a6abd387f --- include/lttng/ust-tracer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. * -- 2.34.1