aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgopye <gopye@tuta.io>2020-04-29 21:24:01 -0700
committergopye <gopye@tuta.io>2020-04-29 21:24:01 -0700
commitb4851b94b5ad53ce777fd67892f17453448406a5 (patch)
tree56cf02005f313202e1703eec9212ce149d549279
parentdcaccf7ad7fdb9e5563c8dc8a9b2fc1f3d871581 (diff)
downloadgo-git-b4851b94b5ad53ce777fd67892f17453448406a5.tar.gz
Remove unnecessary text from comment
-rw-r--r--plumbing/object/patch.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/object/patch.go b/plumbing/object/patch.go
index be1e609..1135a40 100644
--- a/plumbing/object/patch.go
+++ b/plumbing/object/patch.go
@@ -115,7 +115,7 @@ func fileContent(f *File) (content string, isBinary bool, err error) {
return
}
-// textPatch is an implementation of fdiff.Patch interface
+// Patch is an implementation of fdiff.Patch interface
type Patch struct {
message string
filePatches []fdiff.FilePatch