aboutsummaryrefslogtreecommitdiff
path: root/include/splay-tree.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-03-14 02:27:44 +0000
committerNick Clifton <nickc@redhat.com>2001-03-14 02:27:44 +0000
commitc77e3e54818ade3449091f33490601ba4ffbc4f4 (patch)
treea4a898f8d950a5cda3ffaf19373d2ede44c63478 /include/splay-tree.h
parent1d39c83a329b80334ae1ea9163f6a98767c60551 (diff)
downloadnewlib-c77e3e54818ade3449091f33490601ba4ffbc4f4.zip
newlib-c77e3e54818ade3449091f33490601ba4ffbc4f4.tar.gz
newlib-c77e3e54818ade3449091f33490601ba4ffbc4f4.tar.bz2
Fix typos in ChangeLogs; add coff/external.h; fix copyright dates
Diffstat (limited to 'include/splay-tree.h')
-rw-r--r--include/splay-tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/splay-tree.h b/include/splay-tree.h
index f53f855..e43d4b6 100644
--- a/include/splay-tree.h
+++ b/include/splay-tree.h
@@ -1,5 +1,5 @@
/* A splay-tree datatype.
- Copyright (C) 1998, 2000 Free Software Foundation, Inc.
+ Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
Contributed by Mark Mitchell (mark@markmitchell.com).
This file is part of GNU CC.