From f3fa36994032bc4aaf58e6294147baa2ead44036 Mon Sep 17 00:00:00 2001 From: Donald Sebastian Leung Date: Fri, 23 Oct 2020 15:44:43 +0800 Subject: [PATCH] Fix grammatical error --- rtio/sed/output_network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtio/sed/output_network.py b/rtio/sed/output_network.py index df76ce2..63632b5 100644 --- a/rtio/sed/output_network.py +++ b/rtio/sed/output_network.py @@ -161,7 +161,7 @@ class OutputNetwork(Elaboratable): m.d.comb += appeared.eq(1) m.d.comb += Assert(appeared) # Otherwise, if there are replacements: - # - Channel number are not unique + # - Channel numbers are not unique # - Not all outputs are valid # - All channel numbers in the input appear exactly once as a # valid output