diff --git a/core/consensus/component.go b/core/consensus/component.go index d4272d259..85ba2d8cd 100644 --- a/core/consensus/component.go +++ b/core/consensus/component.go @@ -137,7 +137,7 @@ func newInstanceIO() instanceIO { } } -// instance defines the async input and output channels of a +// instanceIO defines the async input and output channels of a // single consensus instance in the Component. type instanceIO struct { recvBuffer chan msg // Outer receive buffers.