diff options
author | Reuben Thomas <rrt@sc3d.org> | 2007-11-23 22:58:32 +0000 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2007-11-23 22:58:32 +0000 |
commit | 7931e62b32b6fd898ebc229bfe3375bb92aa2799 (patch) | |
tree | 77ed55ced66a7e32ed9bbb9f585360707f8b9728 | |
parent | ea2063ca2a19d3ed00a2c06fd3cecd0769fffdfc (diff) | |
download | plptools-7931e62b32b6fd898ebc229bfe3375bb92aa2799.tar.gz plptools-7931e62b32b6fd898ebc229bfe3375bb92aa2799.tar.bz2 plptools-7931e62b32b6fd898ebc229bfe3375bb92aa2799.zip |
Fix a couple of English typos
-rw-r--r-- | plpnfsd/mp_pfs_ops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plpnfsd/mp_pfs_ops.c b/plpnfsd/mp_pfs_ops.c index 03b0811..f9057d4 100644 --- a/plpnfsd/mp_pfs_ops.c +++ b/plpnfsd/mp_pfs_ops.c @@ -1120,7 +1120,7 @@ nfsproc_statfs_2(struct nfs_fh *fh) res.status = NFS_OK; if (query_devices()) { - /* Allow to mount it whithout the psion attached */ + /* Allow to mount it without the psion attached */ if (rfsv_isalive()) return &res; /* res.status = NO_PSION; Hmm */ } @@ -1303,7 +1303,7 @@ addwritecache(struct cache *cp, int doff, int dlen, unsigned char *dp) * up to the last is exactly the same size. * A new problem: * Since I dunno how to seek to a point beyond the end of the file (psion), - * I can't sopport the exact semantics of write. Such files will never be + * I can't support the exact semantics of write. Such files will never be * written completely. :-( * * Another dumb solaris (sysv?) problem: if the client is writing 512 byte |