aboutsummaryrefslogtreecommitdiff
path: root/object/store/reader.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/store/reader.go')
-rw-r--r--object/store/reader.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/object/store/reader.go b/object/store/reader.go
index f26354e3..b4df5081 100644
--- a/object/store/reader.go
+++ b/object/store/reader.go
@@ -18,7 +18,7 @@ type ObjectReader interface {
// ReadBytesFull reads a full serialized object as "type size\0content".
//
// In a valid repository,
- // hashing this payload with the same algorithm
+ // hashing this payload with the same object format
// yields the requested object ID.
// Users should treat this as an invariant;
// implementations should not re-verify it on every read.