summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/i386
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-01-28 20:38:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-01-28 20:38:09 +0000
commit3f4598ec8d63b3d50a6ea451c01360836d876485 (patch)
tree05ec0a38a11f6efdfe6aabddd271ed67c4499246 /c/src/lib/libcpu/i386
parent2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-3f4598ec8d63b3d50a6ea451c01360836d876485.tar.bz2
2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* byteorder.h, cpu.h, page.c: Fix typo where license said found in found in.
Diffstat (limited to 'c/src/lib/libcpu/i386')
-rw-r--r--c/src/lib/libcpu/i386/ChangeLog5
-rw-r--r--c/src/lib/libcpu/i386/byteorder.h2
-rw-r--r--c/src/lib/libcpu/i386/cpu.h2
-rw-r--r--c/src/lib/libcpu/i386/page.c2
4 files changed, 8 insertions, 3 deletions
diff --git a/c/src/lib/libcpu/i386/ChangeLog b/c/src/lib/libcpu/i386/ChangeLog
index 69aa7c9cf0..44852e7dc1 100644
--- a/c/src/lib/libcpu/i386/ChangeLog
+++ b/c/src/lib/libcpu/i386/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ * byteorder.h, cpu.h, page.c: Fix typo where license said
+ found in found in.
+
2009-10-28 Till Straumann <strauman@slac.stanford.edu>
* byteorder.h: added ld_le16, st_le16.
diff --git a/c/src/lib/libcpu/i386/byteorder.h b/c/src/lib/libcpu/i386/byteorder.h
index c63e25cf0a..1e8c7dabe1 100644
--- a/c/src/lib/libcpu/i386/byteorder.h
+++ b/c/src/lib/libcpu/i386/byteorder.h
@@ -1,6 +1,6 @@
/*
* 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/libcpu/i386/cpu.h b/c/src/lib/libcpu/i386/cpu.h
index ec15f952da..888d609979 100644
--- a/c/src/lib/libcpu/i386/cpu.h
+++ b/c/src/lib/libcpu/i386/cpu.h
@@ -12,7 +12,7 @@
* Canon Centre Recherche France.
*
* 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/libcpu/i386/page.c b/c/src/lib/libcpu/i386/page.c
index 79b962674b..6cdd622643 100644
--- a/c/src/lib/libcpu/i386/page.c
+++ b/c/src/lib/libcpu/i386/page.c
@@ -13,7 +13,7 @@
* Canon Centre Recherche France.
*
* 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.
*
* $Header$