1
0
mirror of https://github.com/golang/go synced 2024-10-03 03:11:21 -06:00

os: fix comment per CL 5370091

Made the edit in the wrong client before submitting.

TBR=r
CC=golang-dev
https://golang.org/cl/5374091
This commit is contained in:
Russ Cox 2011-11-15 14:54:00 -05:00
parent 86a6995a7e
commit 3a6744d890

View File

@ -8,7 +8,7 @@ package os
import "syscall"
// Args is the command-line arguments, starting with the program name.
// Args hold the command-line arguments, starting with the program name.
var Args []string
// Getuid returns the numeric user id of the caller.