spelling correctinos
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 20 Jun 2020 11:02:33 +0000 (12:02 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 20 Jun 2020 11:02:33 +0000 (12:02 +0100)
nmigen_soc/wishbone/sram.py

index 030ad9073730e6fcb1e97b9b5c6f4b49f1c46936..451f948f724bda356c72425184a3196ecac5efef 100644 (file)
@@ -30,10 +30,10 @@ class SRAM(Elaboratable):
         the granularity, features and alignment as specified by their
         corresponding parameters.
     granularity : int or None
-        If the Wishbone bus is not sepcified, this is the granularity
+        If the Wishbone bus is not specified, this is the granularity
         of the Wishbone bus.  Optional. See :class:`Interface`.
     features : iter(str)
-        If the Wishbone bus is not sepcified, this is the optional signal
+        If the Wishbone bus is not specified, this is the optional signal
         set for the Wishbone bus.  See :class:`Interface`.
 
     Attributes