This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, committed] Fix typo in comment of config/vx-common.h


Hi,

The attached patch to correct 's/by by/by/g' in gcc/config/vx-common.h
was applied to trunk as revision 131920.

gcc/ChangeLog
2008-01-28  Bernhard Fischer  <aldot@gcc.gnu.org>

	* config/vx-common.h: Fix typo in comment.

gcc/ChangeLog
2008-01-28  Bernhard Fischer  <aldot@gcc.gnu.org>

	* config/vx-common.h: Fix typo in comment.

Index: gcc/config/vx-common.h
===================================================================
--- gcc/config/vx-common.h	(revision 131918)
+++ gcc/config/vx-common.h	(working copy)
@@ -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.
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]