aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2009-06-25 19:24:01 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2009-06-25 19:24:01 +0000
commitc8aca64f5b1cc43734c6c31945638a65030a3801 (patch)
tree90ebc6538427a2ada66892842356c25bf793c495 /gcc
parent82a71a267ee8a794b34612b666ea989095485f6d (diff)
downloadgcc-c8aca64f5b1cc43734c6c31945638a65030a3801.zip
gcc-c8aca64f5b1cc43734c6c31945638a65030a3801.tar.gz
gcc-c8aca64f5b1cc43734c6c31945638a65030a3801.tar.bz2
Fix formatting
From-SVN: r148953
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3ed6355..eef7507 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -26,8 +26,9 @@
condition determining whether to remove the statement.
2009-06-25 Basile Starynkevitch <basile@starynkevitch.net>
- * doc/plugins.texi (Building GCC plugins): Corrected typo in
- Makefile excerpt - @ should be doubled for texinfo.
+
+ * doc/plugins.texi (Building GCC plugins): Correct typo in Makefile
+ excerpt - @ should be doubled for texinfo.
2009-06-24 Ian Lance Taylor <iant@google.com>