diff options
| author | Rob Pike <r@golang.org> | 2008-06-30 16:30:53 -0700 |
|---|---|---|
| committer | Rob Pike <r@golang.org> | 2008-06-30 16:30:53 -0700 |
| commit | 6973e3813f68ff5feed5f4ec7680ad8f1c48b3b0 (patch) | |
| tree | 01f7cb584d8b1b8a38b777b05609bddcd4441246 /src/runtime/runtime.c | |
| parent | 03febb677360b30c5d46688b668ac762771d0853 (diff) | |
| download | go-6973e3813f68ff5feed5f4ec7680ad8f1c48b3b0.tar.xz | |
update golden
fix a comment
SVN=125405
Diffstat (limited to 'src/runtime/runtime.c')
| -rw-r--r-- | src/runtime/runtime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/runtime.c b/src/runtime/runtime.c index 1807e63f3f..c4ff5f245d 100644 --- a/src/runtime/runtime.c +++ b/src/runtime/runtime.c @@ -518,7 +518,7 @@ out: FLUSH(&s); } -//func envv(i) string; // return argument i +//func envv(i) string; // return environment variable i void sys·envv(int32 i, string s) { |
