[PATCH v5 49/54] doc: correct incomplete sentence in ring library guide
Stephen Hemminger
stephen at networkplumber.org
Sun Jan 18 20:10:52 CET 2026
Correct incomplete sentence "is shown in with" to "is shown in the figure
below, with".
Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
doc/guides/prog_guide/ring_lib.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guides/prog_guide/ring_lib.rst b/doc/guides/prog_guide/ring_lib.rst
index 98ef003aac..8e1dec288d 100644
--- a/doc/guides/prog_guide/ring_lib.rst
+++ b/doc/guides/prog_guide/ring_lib.rst
@@ -43,7 +43,7 @@ The disadvantages:
* Having many rings costs more in terms of memory than a linked list queue. An empty ring contains at least N objects.
-A simplified representation of a Ring is shown in with consumer and producer head and tail pointers to objects stored in the data structure.
+A simplified representation of a Ring is shown in the figure below, with consumer and producer head and tail pointers to objects stored in the data structure.
.. _figure_ring1:
--
2.51.0
More information about the dev
mailing list