aboutsummaryrefslogtreecommitdiff
path: root/contrib/mklog
diff options
context:
space:
mode:
authorJonathan Wakely <redi@gcc.gnu.org>2014-01-27 21:43:09 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2014-01-27 21:43:09 +0000
commit64688189487d5ca17892ef04d703b5b52b8810a3 (patch)
treee4b7f56e1b6ffbc0742c2ccbe175d628d7f57f40 /contrib/mklog
parenta99be3c92856f27a8b77a7354d865295e28e0b3d (diff)
downloadgcc-64688189487d5ca17892ef04d703b5b52b8810a3.zip
gcc-64688189487d5ca17892ef04d703b5b52b8810a3.tar.gz
gcc-64688189487d5ca17892ef04d703b5b52b8810a3.tar.bz2
mklog: Fix description at top of file.
2014-01-27 Jonathan Wakely <jwakely@redhat.com> * mklog: Fix description at top of file. From-SVN: r207153
Diffstat (limited to 'contrib/mklog')
-rwxr-xr-xcontrib/mklog4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/mklog b/contrib/mklog
index 16ce191..8392642 100755
--- a/contrib/mklog
+++ b/contrib/mklog
@@ -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.
#