From a5038726be0c6b2a81916f4b71ce7d0486f8cdab Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 14 Apr 2016 01:17:47 +0800 Subject: [PATCH] typo --- doc/manual/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/faq.rst b/doc/manual/faq.rst index 779351718..4ee5a2322 100644 --- a/doc/manual/faq.rst +++ b/doc/manual/faq.rst @@ -99,7 +99,7 @@ The core device tests require the following TTL devices and connections: * ``ttl_out``: any output-only TTL. * ``ttl_out_serdes``: any output-only TTL that uses a SERDES (i.e. has a fine timestamp). Can be aliased to ``ttl_out``. -* ``loop_out``: : any output-only TTL. Must be physically connected to ``loop_in``. Can be aliased to ``ttl_out``. +* ``loop_out``: any output-only TTL. Must be physically connected to ``loop_in``. Can be aliased to ``ttl_out``. * ``loop_in``: any input-capable TTL. Must be physically connected to ``loop_out``. * ``loop_clock_out``: a clock generator TTL. Must be physically connected to ``loop_clock_in``. * ``loop_clock_in``: any input-capable TTL. Must be physically connected to ``loop_clock_out``.