Commit 05c89edc authored by Alex Brainman's avatar Alex Brainman

go/build: make Nuke comment say what it does

R=rsc
CC=golang-dev
https://golang.org/cl/4697041
parent 87d71a38
...@@ -182,7 +182,7 @@ func (s *Script) Clean() (err os.Error) { ...@@ -182,7 +182,7 @@ func (s *Script) Clean() (err os.Error) {
return return
} }
// Clean removes the Script's Intermediate and Output files. // Nuke removes the Script's Intermediate and Output files.
// It tries to remove every file and returns the first error it encounters. // It tries to remove every file and returns the first error it encounters.
func (s *Script) Nuke() (err os.Error) { func (s *Script) Nuke() (err os.Error) {
// Reverse order so that directories get removed after the files they contain. // Reverse order so that directories get removed after the files they contain.
......
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