summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-01-28 20:29:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-01-28 20:29:56 +0000
commit801a7ba6f97de05c55ec19e5467470ff14128360 (patch)
treebf245240e6292facfa8030b3a9d661b4517983fb /c
parent2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-801a7ba6f97de05c55ec19e5467470ff14128360.tar.bz2
2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* leon2/pci/pci.c, leon3/pci/pci.c: Fix typo where license said found in found in.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/sparc/ChangeLog5
-rw-r--r--c/src/lib/libbsp/sparc/leon2/pci/pci.c2
-rw-r--r--c/src/lib/libbsp/sparc/leon3/pci/pci.c2
3 files changed, 7 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/sparc/ChangeLog b/c/src/lib/libbsp/sparc/ChangeLog
index 141dfb4f72..ba00423e48 100644
--- a/c/src/lib/libbsp/sparc/ChangeLog
+++ b/c/src/lib/libbsp/sparc/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ * leon2/pci/pci.c, leon3/pci/pci.c: Fix typo where license said
+ found in found in.
+
2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* shared/bspgetworkarea.c: Formatting.
diff --git a/c/src/lib/libbsp/sparc/leon2/pci/pci.c b/c/src/lib/libbsp/sparc/leon2/pci/pci.c
index 5e48c4703f..7dc66cdfed 100644
--- a/c/src/lib/libbsp/sparc/leon2/pci/pci.c
+++ b/c/src/lib/libbsp/sparc/leon2/pci/pci.c
@@ -10,7 +10,7 @@
* the STREAM API Specification Document link.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$
diff --git a/c/src/lib/libbsp/sparc/leon3/pci/pci.c b/c/src/lib/libbsp/sparc/leon3/pci/pci.c
index 9eedec3f25..583983bf36 100644
--- a/c/src/lib/libbsp/sparc/leon3/pci/pci.c
+++ b/c/src/lib/libbsp/sparc/leon3/pci/pci.c
@@ -10,7 +10,7 @@
* the STREAM API Specification Document link.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* pci.c,v 1.2.4.4 2004/11/10 22:15:01 joel Exp