From dde1d769a66ad8908815fbaba45cf1b1be448be0 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 20 Jun 2020 12:02:33 +0100 Subject: [PATCH] spelling correctinos --- nmigen_soc/wishbone/sram.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nmigen_soc/wishbone/sram.py b/nmigen_soc/wishbone/sram.py index 030ad90..451f948 100644 --- a/nmigen_soc/wishbone/sram.py +++ b/nmigen_soc/wishbone/sram.py @@ -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 -- 2.30.2