diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2009-07-18 20:30:23 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2009-07-18 20:30:23 +0000 |
commit | 67ab9e6648e0b0477d973950f4cd28f02c5e74e9 (patch) | |
tree | 6925c1ee462ac495e27e0c1a00fc5bfafb829f30 | |
parent | 3075c202fdbe6c948ef1ca5b3f55ef3bd66a5e24 (diff) |
if -> in, and the sentance makes more sense.
-rw-r--r-- | sys/nfs/nfs_socket.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfs_socket.c b/sys/nfs/nfs_socket.c index 420187d7903..711df25ea09 100644 --- a/sys/nfs/nfs_socket.c +++ b/sys/nfs/nfs_socket.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_socket.c,v 1.87 2009/07/18 14:40:31 thib Exp $ */ +/* $OpenBSD: nfs_socket.c,v 1.88 2009/07/18 20:30:22 thib Exp $ */ /* $NetBSD: nfs_socket.c,v 1.27 1996/04/15 20:20:00 thorpej Exp $ */ /* @@ -1011,7 +1011,7 @@ tryagain: /* * Since we only support RPCAUTH_UNIX atm we step over the - * reply verifer type, and if the (error) case that there really + * reply verifer type, and in the (error) case that there really * is any data in it, we advance over it. */ tl++; /* Step over verifer type */ |