diff options
Diffstat (limited to 'plumbing/object/blob.go')
-rw-r--r-- | plumbing/object/blob.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/object/blob.go b/plumbing/object/blob.go index b0cac41..aaeb7bf 100644 --- a/plumbing/object/blob.go +++ b/plumbing/object/blob.go @@ -91,7 +91,7 @@ type BlobIter struct { s storer.EncodedObjectStorer } -// NewBlobIter returns a CommitIter for the given repository and underlying +// NewBlobIter returns a BlobIter for the given repository and underlying // object iterator. // // The returned BlobIter will automatically skip over non-blob objects. |