summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/devfs
diff options
context:
space:
mode:
Diffstat (limited to 'sys/miscfs/devfs')
-rw-r--r--sys/miscfs/devfs/README2
-rw-r--r--sys/miscfs/devfs/devfs_tree.c8
-rw-r--r--sys/miscfs/devfs/devfs_vfsops.c4
3 files changed, 7 insertions, 7 deletions
diff --git a/sys/miscfs/devfs/README b/sys/miscfs/devfs/README
index 09c74f2..e99aa8d 100644
--- a/sys/miscfs/devfs/README
+++ b/sys/miscfs/devfs/README
@@ -93,7 +93,7 @@ node, and deletes them, no matter where they've been moved to.
(active vnodes are redirected to point to the deadfs).
If a directory has been moved, and a new backing node is inserted
-into it's own back node, the new front node will appear in that front
+into its own back node, the new front node will appear in that front
directory, even though it's been moved, because the directory that
gets the front node is found via the links and not by name.
diff --git a/sys/miscfs/devfs/devfs_tree.c b/sys/miscfs/devfs/devfs_tree.c
index 20d46f1..c7c561e 100644
--- a/sys/miscfs/devfs/devfs_tree.c
+++ b/sys/miscfs/devfs/devfs_tree.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: devfs_tree.c,v 1.49 1998/01/02 07:31:06 julian Exp $
+ * $Id: devfs_tree.c,v 1.50 1998/03/26 20:52:05 phk Exp $
*/
#include "opt_devfs.h"
@@ -314,7 +314,7 @@ dev_add_name(char *name, dn_p dirnode, devnm_p back, dn_p dnp,
if(dnp->type == DEV_DIR) {
dnp->by.Dir.myname = devnmp;
/*
- * If we are unlinking from an old dir, decrement it's links
+ * If we are unlinking from an old dir, decrement its links
* as we point our '..' elsewhere
* Note: it's up to the calling code to remove the
* us from the original directory's list
@@ -472,7 +472,7 @@ dev_add_node(int entrytype, union typeinfo *by, dn_p proto,
* Symlinks should only ever be created by the user,
* so they are not on the back plane and should not be
* propogated forward.. a bit like directories in that way..
- * A symlink only exists on one plane and has it's own
+ * A symlink only exists on one plane and has its own
* node.. therefore we might be on any random plane.
*/
dnp->by.Slnk.name = malloc(by->Slnk.namelen+1,
@@ -813,7 +813,7 @@ dev_free_name(devnm_p devnmp)
}
/***************************************************************\
- * If the front node has it's own devnode structure, *
+ * If the front node has its own devnode structure, *
* then free it. *
\***************************************************************/
free(devnmp,M_DEVFSNAME);
diff --git a/sys/miscfs/devfs/devfs_vfsops.c b/sys/miscfs/devfs/devfs_vfsops.c
index 199ed5e..442dc1b 100644
--- a/sys/miscfs/devfs/devfs_vfsops.c
+++ b/sys/miscfs/devfs/devfs_vfsops.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: devfs_vfsops.c,v 1.26 1998/01/02 07:31:06 julian Exp $
+ * $Id: devfs_vfsops.c,v 1.27 1998/03/01 22:46:08 msmith Exp $
*
*/
@@ -80,7 +80,7 @@ devfs_init(struct vfsconf *vfsp)
* ndp - namei data pointer
* p - proc pointer
* devfs is special in that it doesn't require any device to be mounted..
- * It makes up it's data as it goes along.
+ * It makes up its data as it goes along.
* it must be mounted during single user.. until it is, only std{in/out/err}
* and the root filesystem are available.
*/
OpenPOWER on IntegriCloud