1
0
mirror of https://github.com/golang/go synced 2024-10-01 16:38:34 -06:00

cmd/gc: fix example flag in comment

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/118480044
This commit is contained in:
Josh Bleecher Snyder 2014-07-31 10:34:51 -07:00
parent 1e0b378905
commit 2c982ce9a0

View File

@ -45,7 +45,7 @@ static struct {
};
// Debug arguments.
// These can be specified with the -d flag, as in "-d checknil"
// These can be specified with the -d flag, as in "-d nil"
// to set the debug_checknil variable. In general the list passed
// to -d can be comma-separated.
static struct {