aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>2016-06-14 13:53:50 +0000
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>2016-06-14 13:53:50 +0000
commitee7d63ab3f0dc232262d23882e02fd3a633bc881 (patch)
tree827294cfdb533fcec93b4c33bd51988a295870b5 /gcc
parent30934c5da53286d78371d396578a757c63942bc9 (diff)
downloadgcc-ee7d63ab3f0dc232262d23882e02fd3a633bc881.zip
gcc-ee7d63ab3f0dc232262d23882e02fd3a633bc881.tar.gz
gcc-ee7d63ab3f0dc232262d23882e02fd3a633bc881.tar.bz2
Fix typo in copyright boilerplate
* expmed.h: Close parenthesis in "at your option" in copyright boilerplate. * lower-subreg.h: Likewise. From-SVN: r237442
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/expmed.h2
-rw-r--r--gcc/lower-subreg.h2
3 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 82a84fa..97b2210 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2016-06-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
+
+ * expmed.h: Close parenthesis in "at your option" in copyright
+ boilerplate.
+ * lower-subreg.h: Likewise.
+
2016-06-14 Richard Biener <rguenther@suse.de>
PR middle-end/71526
diff --git a/gcc/expmed.h b/gcc/expmed.h
index 1a32e9f..1279199 100644
--- a/gcc/expmed.h
+++ b/gcc/expmed.h
@@ -5,7 +5,7 @@ This file is part of GCC.
GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
-Software Foundation; either version 3, or (at your option; any later
+Software Foundation; either version 3, or (at your option) any later
version.
GCC is distributed in the hope that it will be useful, but WITHOUT ANY
diff --git a/gcc/lower-subreg.h b/gcc/lower-subreg.h
index 40b8ed7..82dc13b 100644
--- a/gcc/lower-subreg.h
+++ b/gcc/lower-subreg.h
@@ -5,7 +5,7 @@ This file is part of GCC.
GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
-Software Foundation; either version 3, or (at your option; any later
+Software Foundation; either version 3, or (at your option) any later
version.
GCC is distributed in the hope that it will be useful, but WITHOUT ANY