summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-20 19:08:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-20 19:08:26 +0000
commit670b2edf771ba612afe5071c11e39613fa7ff79f (patch)
tree257beba9c89c47591df38537654e08484dae60ae /c/src/lib/libbsp
parentPatch from Eric Norum <eric@skatter.usask.ca>: (diff)
downloadrtems-670b2edf771ba612afe5071c11e39613fa7ff79f.tar.bz2
Fixed typo.
Diffstat (limited to 'c/src/lib/libbsp')
-rw-r--r--c/src/lib/libbsp/m68k/shared/setvec.c2
-rw-r--r--c/src/lib/libbsp/shared/sbrk.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/m68k/shared/setvec.c b/c/src/lib/libbsp/m68k/shared/setvec.c
index f482320c4a..baf7fdb385 100644
--- a/c/src/lib/libbsp/m68k/shared/setvec.c
+++ b/c/src/lib/libbsp/m68k/shared/setvec.c
@@ -7,7 +7,7 @@
* hardware to enable/disable, mask, prioritize, etc an interrupt
* source, then this routine should be customized to support that.
*
- * COPYRIGHT (c) 1989-1998. 1997.
+ * COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*
diff --git a/c/src/lib/libbsp/shared/sbrk.c b/c/src/lib/libbsp/shared/sbrk.c
index 2d9037d66d..b1be6e4548 100644
--- a/c/src/lib/libbsp/shared/sbrk.c
+++ b/c/src/lib/libbsp/shared/sbrk.c
@@ -6,7 +6,7 @@
* then this routine must be functional. This is the default
* implementation which raises an error.
*
- * COPYRIGHT (c) 1989-1998. 1997.
+ * COPYRIGHT (c) 1989-1998.
* On-Line Applications Research Corporation (OAR).
* Copyright assigned to U.S. Government, 1994.
*