forked from TrueCloudLab/frostfs-node
[#460] Fix typos in commentaries
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
0f01a69fd3
commit
e6c9fb283c
5 changed files with 7 additions and 7 deletions
|
@ -36,7 +36,7 @@ func (c *Controller) Report(prm ReportPrm) {
|
|||
// report local trust values
|
||||
reportCtx.report()
|
||||
|
||||
// finally stop and free the announcement
|
||||
// finally stop and free the report
|
||||
c.freeReport(prm.epoch, reportCtx.log)
|
||||
}
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ type Prm struct {
|
|||
LocalTrustSource IteratorProvider
|
||||
|
||||
// Place of recording the local values of
|
||||
// the used space of containers.
|
||||
// trust to other nodes.
|
||||
//
|
||||
// Must not be nil.
|
||||
LocalTrustTarget WriterProvider
|
||||
|
|
|
@ -28,7 +28,7 @@ type Writer interface {
|
|||
// physical target. Implementations can cache values before
|
||||
// Close operation.
|
||||
//
|
||||
// Put must not be called after Close.
|
||||
// Write must not be called after Close.
|
||||
Write(reputation.Trust) error
|
||||
|
||||
// Close exits with method-providing Writer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue