1
0
mirror of https://github.com/golang/go synced 2024-11-21 22:04:39 -07:00

cmd/dist: Unix grammar fix

Fixes #3165.

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/5712051
This commit is contained in:
Russ Cox 2012-03-01 13:38:05 -05:00
parent 953f2dec89
commit 3c3c5f38a0

View File

@ -1491,7 +1491,7 @@ cmdbanner(int argc, char **argv)
if(streq(gohostos, "darwin")) {
xprintf("\n"
"On OS X the debuggers must be installed setgrp procmod.\n"
"On OS X the debuggers must be installed setgid procmod.\n"
"Read and run ./sudo.bash to install the debuggers.\n");
}