diff options
author | djm@openbsd.org <djm@openbsd.org> | 2020-03-13 03:17:07 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2020-03-14 19:39:09 +1100 |
commit | d081f017c20a3564255873ed99fd7d024cac540f (patch) | |
tree | 961bd04b64c3d52803740987a6ab713e3ca6d06b /sshbuf.h | |
parent | c084a2d040f160bc2b83f13297e3e3ca3f5dbac6 (diff) |
upstream: spelling errors in comments; no code change from
OpenBSD-Commit-ID: 166ea64f6d84f7bac5636dbd38968592cb5eb924
Diffstat (limited to 'sshbuf.h')
-rw-r--r-- | sshbuf.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sshbuf.h,v 1.19 2020/01/25 23:02:14 djm Exp $ */ | 1 | /* $OpenBSD: sshbuf.h,v 1.20 2020/03/13 03:17:07 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2011 Damien Miller | 3 | * Copyright (c) 2011 Damien Miller |
4 | * | 4 | * |
@@ -187,7 +187,7 @@ int sshbuf_peek_u8(const struct sshbuf *buf, size_t offset, | |||
187 | u_char *valp); | 187 | u_char *valp); |
188 | 188 | ||
189 | /* | 189 | /* |
190 | * Functions to poke values into an exisiting buffer (e.g. a length header | 190 | * Functions to poke values into an existing buffer (e.g. a length header |
191 | * to a packet). The destination bytes must already exist in the buffer. | 191 | * to a packet). The destination bytes must already exist in the buffer. |
192 | */ | 192 | */ |
193 | int sshbuf_poke_u64(struct sshbuf *buf, size_t offset, u_int64_t val); | 193 | int sshbuf_poke_u64(struct sshbuf *buf, size_t offset, u_int64_t val); |