Commit 3c3c5f38 authored by Russ Cox's avatar Russ Cox

cmd/dist: Unix grammar fix

Fixes #3165.

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/5712051
parent 953f2dec
......@@ -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");
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment