diff options
author | Bret Lambert <blambert@cvs.openbsd.org> | 2009-06-04 19:19:28 +0000 |
---|---|---|
committer | Bret Lambert <blambert@cvs.openbsd.org> | 2009-06-04 19:19:28 +0000 |
commit | ab96caf7168244601cc8b71aab51cd29035b8ac5 (patch) | |
tree | 320a8a7c17aca871b22f93db6669fc99329261d4 /sys/nfs/nfs_socket.c | |
parent | b7289149cca0d85a34f4d48a734664e0c1ad4465 (diff) |
typo; init -> in it
ok thib@
Diffstat (limited to 'sys/nfs/nfs_socket.c')
-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 332aee74a83..741848212af 100644 --- a/sys/nfs/nfs_socket.c +++ b/sys/nfs/nfs_socket.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_socket.c,v 1.84 2009/06/03 02:23:23 thib Exp $ */ +/* $OpenBSD: nfs_socket.c,v 1.85 2009/06/04 19:19:27 blambert Exp $ */ /* $NetBSD: nfs_socket.c,v 1.27 1996/04/15 20:20:00 thorpej Exp $ */ /* @@ -1018,7 +1018,7 @@ tryagain: /* * Since we only support RPCAUTH_UNIX atm we step over the * reply verifer type, and if the (error) case that there really - * is any data init, we advance over it. + * is any data in it, we advance over it. */ tl++; /* Step over verifer type */ i = fxdr_unsigned(int32_t, *tl); |