diff --git a/p2p/protocols/accounting_api.go b/p2p/protocols/accounting_api.go index ad3dca6c9c..771a582cf6 100644 --- a/p2p/protocols/accounting_api.go +++ b/p2p/protocols/accounting_api.go @@ -13,7 +13,7 @@ type AccountingApi struct { } // NewAccountingApi creates a new AccountingApi -// m will be used to check if accounting metrics is enabled +// m will be used to check if accounting metrics are enabled func NewAccountingApi(m *AccountingMetrics) *AccountingApi { return &AccountingApi{m} }