From: Ian Lance Taylor Date: Tue, 13 Sep 2011 16:38:08 +0000 (-0700) Subject: os: Fix comment in generated signal_unix.go file. X-Git-Tag: weekly.2011-09-16~45 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=096f3a293e3dd3aee1980cbbd3f6fed91f7fefe1;p=gostls13.git os: Fix comment in generated signal_unix.go file. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5013042 --- diff --git a/src/pkg/os/mkunixsignals.sh b/src/pkg/os/mkunixsignals.sh index 4bbc43f3de..df3236210b 100755 --- a/src/pkg/os/mkunixsignals.sh +++ b/src/pkg/os/mkunixsignals.sh @@ -3,7 +3,7 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -echo '// ./mkunix.sh' "$1" +echo '// ./mkunixsignals.sh' "$1" echo '// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT' echo