Skip to content

Commit 8f7e601

Browse files
authored
chore: fix some comments (#5154)
Signed-off-by: bytesingsong <[email protected]>
1 parent 37566cb commit 8f7e601

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pkg/api/chunk_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ func TestChunkInvalidParams(t *testing.T) {
248248
})
249249
}
250250

251-
// // TestDirectChunkUpload tests that the direct upload endpoint give correct error message in dev mode
251+
// TestDirectChunkUpload tests that the direct upload endpoint give correct error message in dev mode
252252
func TestChunkDirectUpload(t *testing.T) {
253253
t.Parallel()
254254
var (
@@ -273,7 +273,7 @@ func TestChunkDirectUpload(t *testing.T) {
273273
)
274274
}
275275

276-
// // TestPreSignedUpload tests that chunk can be uploaded with pre-signed postage stamp
276+
// TestPreSignedUpload tests that chunk can be uploaded with pre-signed postage stamp
277277
func TestPreSignedUpload(t *testing.T) {
278278
t.Parallel()
279279

pkg/api/probe.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const (
3939
ProbeStatusNOK ProbeStatus = 0
4040
)
4141

42-
// Probe structure holds flags which indicate node healthiness (sometimes refert also as liveness) and readiness.
42+
// Probe structure holds flags which indicate node healthiness (sometimes referred also as liveness) and readiness.
4343
type Probe struct {
4444
// Healthy probe indicates if node, due to any reason, needs to restarted.
4545
healthy ProbeStatus

0 commit comments

Comments
 (0)