Skip to content

Commit c7a6e81

Browse files
committed
s3proxy: fix a comment typo
1 parent 360b000 commit c7a6e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

s3proxy/s3proxy.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ type Cacher struct {
7878
//
7979
// Each result is presented in the format:
8080
//
81-
// B <op> "<name>" (<digest)
81+
// B <op> "<name>" (<digest>)
8282
// E <op> "<name>", err=<error>, <time> elapsed
8383
//
8484
// Where the operations are "GET" and "PUT". The "B" line is when the

0 commit comments

Comments
 (0)