]> Sergey Matveev's repositories - btrtrc.git/blobdiff - conn_stats.go
Reflow some comments
[btrtrc.git] / conn_stats.go
index 3a0216f587a6d8126d71f267b7c6c6f03e1f4ce4..bb2bc26bc90b38f120ba8cd301894d311b2d3d89 100644 (file)
@@ -34,9 +34,8 @@ type ConnStats struct {
 
        // Number of pieces data was written to, that subsequently passed verification.
        PiecesDirtiedGood Count
-       // Number of pieces data was written to, that subsequently failed
-       // verification. Note that a connection may not have been the sole dirtier
-       // of a piece.
+       // Number of pieces data was written to, that subsequently failed verification. Note that a
+       // connection may not have been the sole dirtier of a piece.
        PiecesDirtiedBad Count
 }