Commit 014fdd1
cmd/go/internal/cache: fix GODEBUG name in comments
The comments reference GODEBUG=goverifycache=1 but the actual
setting name is gocacheverify (as used in the code, tests, and
documentation throughout the repository).
This typo was introduced in CL 558301a when the Cache interface
was abstracted, and the word order was accidentally flipped in
three comment locations.
Change-Id: Id260923e2f0ccae86e77d6440143a9ab6c5732d4
GitHub-Last-Rev: 5247b5d
GitHub-Pull-Request: #80565
Reviewed-on: https://go-review.googlesource.com/c/go/+/805541
Auto-Submit: Sean Liao <sean@liao.dev>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Sean Liao <sean@liao.dev>1 parent 1022c8f commit 014fdd1
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
524 | 524 | | |
525 | 525 | | |
526 | 526 | | |
527 | | - | |
| 527 | + | |
528 | 528 | | |
529 | 529 | | |
530 | 530 | | |
| |||
554 | 554 | | |
555 | 555 | | |
556 | 556 | | |
557 | | - | |
| 557 | + | |
558 | 558 | | |
559 | 559 | | |
560 | 560 | | |
| |||
0 commit comments