aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing
diff options
context:
space:
mode:
authorOri Rawlings <orirawlings@gmail.com>2017-11-27 09:14:24 -0600
committerOri Rawlings <orirawlings@gmail.com>2017-11-27 09:14:24 -0600
commite3602036f344253d0d3a19b74c6251554e0f4acb (patch)
tree8c4ef3481eb517f51da04080b8b80d31a819a100 /plumbing
parent4e51e9e877e4e70c320bdda7e44d61618c6ae900 (diff)
downloadgo-git-e3602036f344253d0d3a19b74c6251554e0f4acb.tar.gz
plumbing/transport: Fix truncated comment in Endpoint
Diffstat (limited to 'plumbing')
-rw-r--r--plumbing/transport/common.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/transport/common.go b/plumbing/transport/common.go
index f3ef4e6..cc9682f 100644
--- a/plumbing/transport/common.go
+++ b/plumbing/transport/common.go
@@ -94,7 +94,7 @@ type ReceivePackSession interface {
// Endpoint represents a Git URL in any supported protocol.
type Endpoint struct {
- // Protocol is the protocol of the endpoint (e.g. git, https, file). I
+ // Protocol is the protocol of the endpoint (e.g. git, https, file).
Protocol string
// User is the user.
User string