lib.fifo: fix typo.
authorAlain Péteut <alain.peteut@yahoo.com>
Sun, 14 Jul 2019 22:28:06 +0000 (00:28 +0200)
committerwhitequark <cz@m-labs.hk>
Mon, 15 Jul 2019 14:12:33 +0000 (14:12 +0000)
nmigen/lib/fifo.py

index 4d4b2f05d8780fb3c16501ebc4495dddbac11bb6..386d9031fc6fae517e3f6fb0ebf5b38ca3648fbf 100644 (file)
@@ -271,7 +271,7 @@ class AsyncFIFO(Elaboratable, FIFOInterface):
     Asynchronous first in, first out queue.
 
     Read and write interfaces are accessed from different clock domains, called ``read``
-    and ``write``; use :class:`DomainsRenamer` to rename them as appropriate for the design.
+    and ``write``; use :class:`DomainRenamer` to rename them as appropriate for the design.
     """.strip(),
     parameters="""
     fwft : bool