Commit 3a6744d8 authored by Russ Cox's avatar Russ Cox

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
parent 86a6995a
......@@ -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.
......
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