lib.cdc: fix typo.
authorSimon Kirkby <obeygiantrobot@gmail.com>
Sun, 9 Jun 2019 10:24:01 +0000 (18:24 +0800)
committerwhitequark <cz@m-labs.hk>
Sun, 9 Jun 2019 10:24:01 +0000 (10:24 +0000)
nmigen/lib/cdc.py

index ec83317650adf67ff32c3e5d931bedeb9461557b..e68b9cb5ba9bb0bff91fe3f3684df9489a462858 100644 (file)
@@ -29,7 +29,7 @@ class MultiReg(Elaboratable):
 
     Platform override
     -----------------
-    Define the ``get_multi_reg`` platform metehod to override the implementation of MultiReg,
+    Define the ``get_multi_reg`` platform method to override the implementation of MultiReg,
     e.g. to instantiate library cells directly.
 
     Note on Reset