aboutsummaryrefslogtreecommitdiff
path: root/format/commitgraph/read/commitat.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-29 13:27:55 +0000
committerGravatar Runxi Yu2026-03-29 13:27:55 +0000
commitabce6092bf50a1878934e2b442c6781e6aff3fca (patch)
tree3cde8b3b560c7fe4242ba1966588e497fb472142 /format/commitgraph/read/commitat.go
parentformat/commitgraph: Remove MT-ReadSafe; use MT-Safe/Unsafe (diff)
signatureNo signature
format/commitgraph: Trim redundant MT-Safe's
Diffstat (limited to 'format/commitgraph/read/commitat.go')
-rw-r--r--format/commitgraph/read/commitat.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/format/commitgraph/read/commitat.go b/format/commitgraph/read/commitat.go
index 726a09bd..827c72ce 100644
--- a/format/commitgraph/read/commitat.go
+++ b/format/commitgraph/read/commitat.go
@@ -9,7 +9,7 @@ import (
// CommitAt returns decoded commit-graph metadata at one position.
//
-// Labels: MT-Safe, Life-Independent.
+// Labels: Life-Independent.
func (reader *Reader) CommitAt(pos Position) (Commit, error) {
layer, err := reader.layerByPosition(pos)
if err != nil {