summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-07-29 21:01:24 +0000
committerThomas Bushnell <thomas@gnu.org>1997-07-29 21:01:24 +0000
commit7ba88361c20d8b0ae74aeaf257c7dd7a2628bd5a (patch)
tree5fe56d3b74c11d3067bada2824cc21a59865fec1 /libdiskfs
parent4d75b660a263b510e2a2b2176196c20a8af58851 (diff)
Thu Jul 24 12:57:26 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* name-cache.c (find_cache): Grammar doc fix.
Diffstat (limited to 'libdiskfs')
-rw-r--r--libdiskfs/ChangeLog4
-rw-r--r--libdiskfs/name-cache.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog
index cc4276be..d8e32a3f 100644
--- a/libdiskfs/ChangeLog
+++ b/libdiskfs/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jul 24 12:57:26 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
+
+ * name-cache.c (find_cache): Grammar doc fix.
+
1997-07-10 Miles Bader <miles@gnu.ai.mit.edu>
* opts-std-runtime.c (parse_opt): Turn off synchronous mode when
diff --git a/libdiskfs/name-cache.c b/libdiskfs/name-cache.c
index 808c16f4..89265fbc 100644
--- a/libdiskfs/name-cache.c
+++ b/libdiskfs/name-cache.c
@@ -1,6 +1,6 @@
/* Directory name lookup caching
- Copyright (C) 1996 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997 Free Software Foundation, Inc.
Written by Michael I. Bushnell, p/BSG, & Miles Bader.
This file is part of the GNU Hurd.
@@ -70,7 +70,7 @@ struct stats partial_stats [NPARTIALS];
/* If there's an entry for NAME, of length NAME_LEN, in directory DIR in the
- cache, return it's entry, otherwise 0. CACHE_LOCK must be held. */
+ cache, return its entry, otherwise 0. CACHE_LOCK must be held. */
static struct lookup_cache *
find_cache (struct node *dir, const char *name, size_t name_len)
{