From b313cd9402503ea9ae851855a00bff2e45c50655 Mon Sep 17 00:00:00 2001 From: cuishuang Date: Tue, 21 Oct 2025 10:35:27 +0800 Subject: git-codereview: fix some comments Change-Id: I0650c81a855138049e9132d56cc742620ecaf185 Reviewed-on: https://go-review.googlesource.com/c/review/+/713362 Reviewed-by: Sean Liao LUCI-TryBot-Result: Go LUCI Auto-Submit: Sean Liao Reviewed-by: David Chase Reviewed-by: Dmitri Shuralyov --- git-codereview/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-codereview/api.go') diff --git a/git-codereview/api.go b/git-codereview/api.go index 1b9d0e0..da3fa76 100644 --- a/git-codereview/api.go +++ b/git-codereview/api.go @@ -316,7 +316,7 @@ func gerritAPI(path string, requestBody []byte, target interface{}) (err error) return nil } -// fullChangeID returns the unambigous Gerrit change ID for the commit c on branch b. +// fullChangeID returns the unambiguous Gerrit change ID for the commit c on branch b. // The returned ID has the form project~originbranch~Ihexhexhexhexhex. // See https://gerrit-review.googlesource.com/Documentation/rest-api-changes.html#change-id for details. func fullChangeID(b *Branch, c *Commit) string { -- cgit v1.3