Cleanup: Unaligned vs aligned ring buffer access comment
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 6 Apr 2021 17:34:29 +0000 (13:34 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 6 Apr 2021 17:34:29 +0000 (13:34 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I03950fda0df7eb3a4b5880ee66c74b6a6abd387f

include/lttng/ust-tracer.h

index a863757b26ba6ad0d8f96b36aebe8c53d88ca782..7e6a25139593de9918f5b4f6df01336403461ab2 100644 (file)
@@ -15,8 +15,8 @@
 #include <lttng/ust-version.h>
 
 /*
- * 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.
  *
This page took 0.025377 seconds and 4 git commands to generate.