From fbc0ad724bc7391431d6b4c69eec7d842a604850 Mon Sep 17 00:00:00 2001 From: cui fliter Date: Tue, 15 Aug 2023 10:49:30 +0800 Subject: git-codereview: fix comment Change-Id: I265d394872a05441ccbf73388e9ff1b625435343 Reviewed-on: https://go-review.googlesource.com/c/review/+/518638 TryBot-Result: Gopher Robot Reviewed-by: Dmitri Shuralyov Reviewed-by: Ian Lance Taylor Run-TryBot: Ian Lance Taylor Auto-Submit: Ian Lance Taylor --- git-codereview/branch.go | 4 ++-- 1 file 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. -- cgit v1.3