aboutsummaryrefslogtreecommitdiff
path: root/src/os
diff options
context:
space:
mode:
Diffstat (limited to 'src/os')
-rw-r--r--src/os/file.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/file.go b/src/os/file.go
index 7a7f2c06be..9603ac61e6 100644
--- a/src/os/file.go
+++ b/src/os/file.go
@@ -616,7 +616,7 @@ func UserHomeDir() (string, error) {
if v := Getenv(env); v != "" {
return v, nil
}
- // On some geese the home directory is not always defined.
+ // On some operating systems the home directory is not always defined.
switch runtime.GOOS {
case "android":
return "/sdcard", nil