2014-01-27 Jonathan Wakely <jwakely@redhat.com>
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Jan 2014 21:43:09 +0000 (21:43 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Jan 2014 21:43:09 +0000 (21:43 +0000)
* mklog: Fix description at top of file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207153 138bc75d-0d04-0410-961f-82ee72b054a4

contrib/mklog

index 16ce191..8392642 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# Copyright (C) 2012 Free Software Foundation, Inc.
+# Copyright (C) 2012-2014 Free Software Foundation, Inc.
 #
 # This file is part of GCC.
 #
@@ -19,7 +19,7 @@
 # Boston, MA 02110-1301, USA.
 
 # This script parses a .diff file generated with 'diff -up' or 'diff -cp'
-# and writes a skeleton ChangeLog file to stdout. It does not try to be
+# and adds a skeleton ChangeLog file to the file. It does not try to be
 # very smart when parsing function names, but it produces a reasonable
 # approximation.
 #