diff options
| author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2002-12-30 21:18:15 +0000 |
|---|---|---|
| committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2002-12-30 21:18:15 +0000 |
| commit | d64ada501ae33c02e7c4e3ce21962907df814a5a (patch) | |
| tree | bd0234a8048c844b06483795cfb1fe4d34b68a4f /sys/fs | |
| parent | 5e705af2c9a7617aad837cc972b7eb1d8052f0e7 (diff) | |
Notes
Diffstat (limited to 'sys/fs')
| -rw-r--r-- | sys/fs/hpfs/hpfs_vnops.c | 2 | ||||
| -rw-r--r-- | sys/fs/nullfs/null_vnops.c | 2 | ||||
| -rw-r--r-- | sys/fs/smbfs/smbfs_smb.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/fs/hpfs/hpfs_vnops.c b/sys/fs/hpfs/hpfs_vnops.c index 5f144a8d9c72b..4dff0f38cbcc4 100644 --- a/sys/fs/hpfs/hpfs_vnops.c +++ b/sys/fs/hpfs/hpfs_vnops.c @@ -579,7 +579,7 @@ hpfs_setattr(ap) } /* - * Last reference to an node. If necessary, write or delete it. + * Last reference to a node. If necessary, write or delete it. */ int hpfs_inactive(ap) diff --git a/sys/fs/nullfs/null_vnops.c b/sys/fs/nullfs/null_vnops.c index 2c74b413065a7..566cd35baa3d7 100644 --- a/sys/fs/nullfs/null_vnops.c +++ b/sys/fs/nullfs/null_vnops.c @@ -157,7 +157,7 @@ * is appropriate in different situations. In both cases, * it is the responsibility of the aliasing layer to make * the operation arguments "correct" for the lower layer - * by mapping an vnode arguments to the lower layer. + * by mapping a vnode arguments to the lower layer. * * The first approach is to call the aliasing layer's bypass routine. * This method is most suitable when you wish to invoke the operation diff --git a/sys/fs/smbfs/smbfs_smb.c b/sys/fs/smbfs/smbfs_smb.c index cd85cbd96303a..034fc7725b7f8 100644 --- a/sys/fs/smbfs/smbfs_smb.c +++ b/sys/fs/smbfs/smbfs_smb.c @@ -364,7 +364,7 @@ smb_smb_flush(struct smbnode *np, struct smb_cred *scred) int error; if (np->n_opencount <= 0 || !SMBTOV(np) || SMBTOV(np)->v_type != VREG) - return 0; /* not an regular open file */ + return 0; /* not a regular open file */ error = smb_rq_init(rqp, SSTOCP(ssp), SMB_COM_FLUSH, scred); if (error) return (error); |
