summaryrefslogtreecommitdiff
path: root/libstore/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2000-12-21 07:44:19 +0000
committerRoland McGrath <roland@gnu.org>2000-12-21 07:44:19 +0000
commitfb0817d55ff2e9594efa53c2555a527b5fe7b38e (patch)
tree00012d593b7e155a1493265ba292d68467814505 /libstore/ChangeLog
parent962a8715c3f51ec104f4727500334d56264b1399 (diff)
.
Diffstat (limited to 'libstore/ChangeLog')
-rw-r--r--libstore/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/libstore/ChangeLog b/libstore/ChangeLog
index 152ada0e..d526249c 100644
--- a/libstore/ChangeLog
+++ b/libstore/ChangeLog
@@ -1,5 +1,7 @@
2000-12-20 Roland McGrath <roland@frob.com>
+ * store.h (struct store_class): Fix typo in comment.
+
* copy.c (copy_read): When reading whole aligned pages, use vm_read.
Use MAP_FAILED in place of (void *) -1. Use memcpy in place of bcopy.
(copy_write): When reading whole aligned pages, use vm_write.