diff options
author | Gordon Bergling <gbe@FreeBSD.org> | 2023-06-17 08:49:40 +0000 |
---|---|---|
committer | Gordon Bergling <gbe@FreeBSD.org> | 2023-06-20 04:00:15 +0000 |
commit | 7cf49aa2c1fce98c202c2d24ac644c4d30948319 (patch) | |
tree | a6cac0c0786140cc882cec1159072829b08ebe8e /lib/libc/xdr | |
parent | c4aae5668c69df4205ab3df382056a71a0e23bb7 (diff) |
xdr(3): Fix a typo in a source code comment
- s/curren/current/
(cherry picked from commit 85604f7008ee7c963bb6dc8417582f9c31bb4ad3)
Diffstat (limited to 'lib/libc/xdr')
-rw-r--r-- | lib/libc/xdr/xdr_rec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/xdr/xdr_rec.c b/lib/libc/xdr/xdr_rec.c index 3ecae9a1ab44..30980c378f51 100644 --- a/lib/libc/xdr/xdr_rec.c +++ b/lib/libc/xdr/xdr_rec.c @@ -119,7 +119,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 */ - u_int32_t *frag_header; /* beginning of curren fragment */ + u_int32_t *frag_header; /* beginning of current fragment */ bool_t frag_sent; /* true if buffer sent in middle of record */ /* * in-coming bits |