Cleanup: misleading comment about deferrable timer
[lttng-modules.git] / lib / ringbuffer / ring_buffer_iterator.c
index 24e3dbb36a39882eeae8a53011f5ebd3303271ab..c6e5225669de3c044422f8451575fe6004ff655a 100644 (file)
@@ -71,7 +71,7 @@ restart:
                         * Per-CPU buffers rather use a "push" scheme because
                         * the IPI needed to flush all CPU's buffers is too
                         * costly. In the "push" scheme, the reader waits for
-                        * the writer periodic deferrable timer to flush the
+                        * the writer periodic timer to flush the
                         * buffers (keeping track of a quiescent state
                         * timestamp). Therefore, the writer "pushes" data out
                         * of the buffers rather than letting the reader "pull"
This page took 0.023624 seconds and 4 git commands to generate.