mirror of
https://github.com/golang/go
synced 2024-11-19 06:54:39 -07: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:
parent
1e0b378905
commit
2c982ce9a0
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user