summaryrefslogtreecommitdiff
path: root/libhurd-btree
diff options
context:
space:
mode:
authorneal <neal>2007-07-31 12:46:26 +0000
committerneal <neal>2007-07-31 12:46:26 +0000
commite8bfcaf343f30c8f60a3b19efea0d8fe121807d7 (patch)
tree5ea8b89403ac752ed69e6eb0593fd8b056c9c908 /libhurd-btree
parentaf79552985d853a438feb3a00ba762b97d5f203f (diff)
2007-07-31 Neal H. Walfield <neal@gnu.org>
* btree.h: Fix comment.
Diffstat (limited to 'libhurd-btree')
-rw-r--r--libhurd-btree/ChangeLog4
-rw-r--r--libhurd-btree/btree.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/libhurd-btree/ChangeLog b/libhurd-btree/ChangeLog
index c5ec779..833b1e7 100644
--- a/libhurd-btree/ChangeLog
+++ b/libhurd-btree/ChangeLog
@@ -1,3 +1,7 @@
+2007-07-31 Neal H. Walfield <neal@gnu.org>
+
+ * btree.h: Fix comment.
+
2007-07-30 Neal H. Walfield <neal@gnu.org>
* btree.h (offsetof) [! offsetof]: Define.
diff --git a/libhurd-btree/btree.h b/libhurd-btree/btree.h
index 9c238e4..d17bb0d 100644
--- a/libhurd-btree/btree.h
+++ b/libhurd-btree/btree.h
@@ -15,7 +15,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
/* Copyright (C) 1995, 1996, 1997, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.