]> Cypherpunks repositories - gostls13.git/commitdiff
go/build: make Nuke comment say what it does
authorAlex Brainman <alex.brainman@gmail.com>
Tue, 12 Jul 2011 03:08:22 +0000 (13:08 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Tue, 12 Jul 2011 03:08:22 +0000 (13:08 +1000)
R=rsc
CC=golang-dev
https://golang.org/cl/4697041

src/pkg/go/build/build.go

index 12a9c20d99ff0a694a730e9d962642299c452ab0..de22a5a65f24bb0bd206ff24b71a336a94d3e962 100644 (file)
@@ -182,7 +182,7 @@ func (s *Script) Clean() (err os.Error) {
        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.
 func (s *Script) Nuke() (err os.Error) {
        // Reverse order so that directories get removed after the files they contain.