diff options
| author | andvar <andvar@NetBSD.org> | 2023-06-16 20:01:20 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2023-06-16 20:01:20 +0000 |
| commit | 9d6ea2c90e61248ea2d16db3c9758216d240f216 (patch) | |
| tree | 6f6177bc32515940538bef5b3e8790b66514d6ec /lib | |
| parent | 992fa70e51c927cc640573031072c2af4807aedb (diff) | |
fix typos in comments.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/rpc/xdr_rec.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/rpc/xdr_rec.c b/lib/libc/rpc/xdr_rec.c index 428832f2517..0c70ead4d83 100644 --- a/lib/libc/rpc/xdr_rec.c +++ b/lib/libc/rpc/xdr_rec.c @@ -1,4 +1,4 @@ -/* $NetBSD: xdr_rec.c,v 1.38 2021/08/21 23:00:30 andvar Exp $ */ +/* $NetBSD: xdr_rec.c,v 1.39 2023/06/16 20:01:20 andvar Exp $ */ /* * Copyright (c) 2010, Oracle America, Inc. @@ -37,7 +37,7 @@ static char *sccsid = "@(#)xdr_rec.c 1.21 87/08/11 Copyr 1984 Sun Micro"; static char *sccsid = "@(#)xdr_rec.c 2.2 88/08/01 4.0 RPCSRC"; #else -__RCSID("$NetBSD: xdr_rec.c,v 1.38 2021/08/21 23:00:30 andvar Exp $"); +__RCSID("$NetBSD: xdr_rec.c,v 1.39 2023/06/16 20:01:20 andvar Exp $"); #endif #endif @@ -132,7 +132,7 @@ typedef struct rec_strm { char *out_base; /* output buffer (points to frag header) */ char *out_finger; /* next output position */ char *out_boundry; /* data cannot up to this address */ - uint32_t *frag_header; /* beginning of curren fragment */ + uint32_t *frag_header; /* beginning of current fragment */ bool_t frag_sent; /* true if buffer sent in middle of record */ /* * in-coming bits |
