Commit 2c982ce9 authored by Josh Bleecher Snyder's avatar Josh Bleecher Snyder

cmd/gc: fix example flag in comment

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/118480044
parent 1e0b3789
...@@ -45,7 +45,7 @@ static struct { ...@@ -45,7 +45,7 @@ static struct {
}; };
// Debug arguments. // 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 set the debug_checknil variable. In general the list passed
// to -d can be comma-separated. // to -d can be comma-separated.
static struct { static struct {
......
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