fix typos
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 24 Jul 2018 05:00:27 +0000 (06:00 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 24 Jul 2018 05:00:27 +0000 (06:00 +0100)
src/bsv/interface_decl.py

index 4a7b033396740d3794a07668e1b382c0fd9a6428..05b4a80a9993f091bad2b8570c4755b954ec1166 100644 (file)
@@ -379,7 +379,7 @@ class Interface(PeripheralIface):
                  endmethod
                endinterface;
                interface {7} = interface Get#({0})
-                 method ActionValue#({4})) get;
+                 method ActionValue#({4}) get;
                    {4} tget;
 {3}
                    return tget;