aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--git-codereview/branch.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-codereview/branch.go b/git-codereview/branch.go
index c9b21a0..7d60b68 100644
--- a/git-codereview/branch.go
+++ b/git-codereview/branch.go
@@ -450,8 +450,8 @@ func (b *Branch) GerritChange(c *Commit, extra ...string) (*GerritChange, error)
return readGerritChange(id)
}
-// GerritChange returns the change metadata from the Gerrit server
-// for the given changes, which each be be the result of fullChangeID(b, c) for some c.
+// GerritChanges returns the change metadata from the Gerrit server
+// for the given changes, which each be the result of fullChangeID(b, c) for some c.
// The extra strings are passed to the Gerrit API request as o= parameters,
// to enable additional information. Typical values include "LABELS" and "CURRENT_REVISION".
// See https://gerrit-review.googlesource.com/Documentation/rest-api-changes.html for details.