aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/archive
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/internal/archive')
-rw-r--r--src/cmd/internal/archive/archive.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/internal/archive/archive.go b/src/cmd/internal/archive/archive.go
index e35a418e17..8ac50e202f 100644
--- a/src/cmd/internal/archive/archive.go
+++ b/src/cmd/internal/archive/archive.go
@@ -189,7 +189,7 @@ func (r *objReader) readByte() byte {
return b
}
-// read reads exactly len(b) bytes from the input file.
+// readFull reads exactly len(b) bytes from the input file.
// If an error occurs, read returns the error but also
// records it, so it is safe for callers to ignore the result
// as long as delaying the report is not a problem.