summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-04-01 01:39:44 +0000
committerRoland McGrath <roland@gnu.org>2001-04-01 01:39:44 +0000
commitf56be46e466ec63a987b1576700ad48388606a49 (patch)
tree70b7d76c41f5b4e4b8ffb90e39462b767f779688
parentf1ffed3f093b28d6cd2cd8f4494d23dd6a5f6303 (diff)
2001-03-28 Neal H Walfield <neal@cs.uml.edu>
* protid-rele: Doc fix. * node-nput.c: Likewise. * io-prenotify.c: Likewise.
-rw-r--r--libdiskfs/io-prenotify.c4
-rw-r--r--libdiskfs/node-nput.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/libdiskfs/io-prenotify.c b/libdiskfs/io-prenotify.c
index f88cb286..f193f52b 100644
--- a/libdiskfs/io-prenotify.c
+++ b/libdiskfs/io-prenotify.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1994, 1995, 1996 Free Software Foundation
+ Copyright (C) 1994, 1995, 1996, 2001 Free Software Foundation
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
@@ -22,7 +22,7 @@
We set the prenotify size to be the allocated size of the file;
then users are forced to call this routine before writing past
- that, and we can do allocation (orreturn ENOSPC if necessary. */
+ that, and we can do allocation (or return ENOSPC if necessary). */
kern_return_t
diskfs_S_io_prenotify (struct protid *cred,
vm_offset_t start __attribute__ ((unused)),
diff --git a/libdiskfs/node-nput.c b/libdiskfs/node-nput.c
index 2f4a7db4..2aad1b66 100644
--- a/libdiskfs/node-nput.c
+++ b/libdiskfs/node-nput.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1999 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2001 Free Software Foundation, Inc.
Written by Thomas Bushnell, BSG.
This file is part of the GNU Hurd.
@@ -22,7 +22,7 @@
/* Unlock node NP and release a hard reference; if this is the last
hard reference and there are no links to the file then request
- soft references to be dropped. */
+ weak references to be dropped. */
void
diskfs_nput (struct node *np)
{