Fix a few small typos.

This commit is contained in:
Steve Krulewitz
2015-02-21 22:43:58 -08:00
parent 6494e4478b
commit 684013f5e0
7 changed files with 7 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ func main() {
// environment.
env := os.Environ()
// Here's the actual `os.Exec` call. If this call is
// Here's the actual `syscall.Exec` call. If this call is
// successful, the execution of our process will end
// here and be replaced by the `/bin/ls -a -l -h`
// process. If there is an error we'll get a return