Skip to content

Commit 7a38975

Browse files
calmhgopherbot
authored andcommitted
os: trivial comment fix
"Geese" here looks like an autocorrect-o of "oses", I think writing it out makes more sense. Change-Id: Iba89a6c0b94657e2e93937cc153f07aea1d04e04 GitHub-Last-Rev: 4f3a780 GitHub-Pull-Request: #74332 Reviewed-on: https://go-review.googlesource.com/c/go/+/682776 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Keith Randall <khr@golang.org> Auto-Submit: Keith Randall <khr@golang.org> Reviewed-by: Keith Randall <khr@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
1 parent aa5de9e commit 7a38975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/os/file.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ func UserHomeDir() (string, error) {
616616
if v := Getenv(env); v != "" {
617617
return v, nil
618618
}
619-
// On some geese the home directory is not always defined.
619+
// On some operating systems the home directory is not always defined.
620620
switch runtime.GOOS {
621621
case "android":
622622
return "/sdcard", nil

0 commit comments

Comments
 (0)