summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--doc/gc.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gc.rst b/doc/gc.rst
index b118b1f8a..ee7f9000e 100644
--- a/doc/gc.rst
+++ b/doc/gc.rst
@@ -35,7 +35,7 @@ To choose the memory management strategy use the ``--gc:`` switch.
   It offers deterministic performance for `hard realtime`:idx: systems. Reference cycles
   cause memory leaks, beware.
 
-- ``--gc:orc``. Same as ``-gc:arc`` but adds a cycle collector based on "trial deletion".
+- ``--gc:orc``. Same as ``--gc:arc`` but adds a cycle collector based on "trial deletion".
   Unfortunately that makes its performance profile hard to reason about so it is less
   useful for hard realtime systems.