diff options
author | Bernhard Fischer <aldot@gcc.gnu.org> | 2008-01-28 21:59:04 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <aldot@gcc.gnu.org> | 2008-01-28 21:59:04 +0100 |
commit | f46ff79863073cb6379fc316b8a5b0a9d5ce3d1b (patch) | |
tree | a4da84bb7fe8284a8a59163effc6b42f64403f16 /gcc | |
parent | 82ad59926b22598c1f4e8fe19bf888db98516c0a (diff) | |
download | gcc-f46ff79863073cb6379fc316b8a5b0a9d5ce3d1b.zip gcc-f46ff79863073cb6379fc316b8a5b0a9d5ce3d1b.tar.gz gcc-f46ff79863073cb6379fc316b8a5b0a9d5ce3d1b.tar.bz2 |
vx-common.h: Fix typo in comment.
2008-01-28 Bernhard Fischer <aldot@gcc.gnu.org>
* config/vx-common.h: Fix typo in comment.
From-SVN: r131920
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/vx-common.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 33a2c0b..dc9e83a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-01-28 Bernhard Fischer <aldot@gcc.gnu.org> + + * config/vx-common.h: Fix typo in comment. + 2008-01-28 Ian Lance Taylor <iant@google.com> PR c++/34862 diff --git a/gcc/config/vx-common.h b/gcc/config/vx-common.h index f353e9a..4d57cf7 100644 --- a/gcc/config/vx-common.h +++ b/gcc/config/vx-common.h @@ -1,6 +1,6 @@ /* Target-independent configuration for VxWorks and VxWorks AE. Copyright (C) 2005, 2007 Free Software Foundation, Inc. - Contributed by by CodeSourcery, LLC. + Contributed by CodeSourcery, LLC. This file is part of GCC. |