diff --git a/clash-protocols-base/src/Protocols/Plugin/Internal.hs b/clash-protocols-base/src/Protocols/Plugin/Internal.hs index 9b328694..68d6ad1d 100644 --- a/clash-protocols-base/src/Protocols/Plugin/Internal.hs +++ b/clash-protocols-base/src/Protocols/Plugin/Internal.hs @@ -15,7 +15,7 @@ import Protocols.Plugin.Types -} circuit :: Any circuit = - error "'protocol' called: did you forget to enable \"Protocols.Plugin\"?" + error "'circuit' called: did you forget to enable \"Protocols.Plugin\"?" {- | Picked up by "Protocols.Plugin" to tie circuits together. See "Protocols.Plugin" for more information.