aboutsummaryrefslogtreecommitdiff
path: root/git-codereview/branch.go
diff options
context:
space:
mode:
authorcui fliter <imcusg@gmail.com>2023-08-15 10:49:30 +0800
committerGopher Robot <gobot@golang.org>2023-08-16 01:59:36 +0000
commitfbc0ad724bc7391431d6b4c69eec7d842a604850 (patch)
treef818c1f53324bfad2247332047cc7de9f346b299 /git-codereview/branch.go
parent1ade026284a47e90ec5d88ab48f869725092b4cb (diff)
downloadgo-x-review-fbc0ad724bc7391431d6b4c69eec7d842a604850.tar.xz
git-codereview: fix comment
Change-Id: I265d394872a05441ccbf73388e9ff1b625435343 Reviewed-on: https://go-review.googlesource.com/c/review/+/518638 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Run-TryBot: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com>
Diffstat (limited to 'git-codereview/branch.go')
-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.