summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshbuf.h
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2020-03-13 03:17:07 +0000
committerdjm <djm@openbsd.org>2020-03-13 03:17:07 +0000
commit264cfea27cdb63c29ca0527d3faff3a0af37672d (patch)
treed19b344e4ec80ebde86dbe02e038afd09bc0ac67 /usr.bin/ssh/sshbuf.h
parentwhen downloading FIDO2 resident keys from a token, don't prompt for a PIN (diff)
downloadwireguard-openbsd-264cfea27cdb63c29ca0527d3faff3a0af37672d.tar.xz
wireguard-openbsd-264cfea27cdb63c29ca0527d3faff3a0af37672d.zip
spelling errors in comments; no code change
from https://fossies.org/linux/misc/openssh-8.2p1.tar.gz/codespell.html
Diffstat (limited to 'usr.bin/ssh/sshbuf.h')
-rw-r--r--usr.bin/ssh/sshbuf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshbuf.h b/usr.bin/ssh/sshbuf.h
index dd194830ef4..caa3747ddc1 100644
--- a/usr.bin/ssh/sshbuf.h
+++ b/usr.bin/ssh/sshbuf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshbuf.h,v 1.19 2020/01/25 23:02:14 djm Exp $ */
+/* $OpenBSD: sshbuf.h,v 1.20 2020/03/13 03:17:07 djm Exp $ */
/*
* Copyright (c) 2011 Damien Miller
*
@@ -192,7 +192,7 @@ int sshbuf_peek_u8(const struct sshbuf *buf, size_t offset,
u_char *valp);
/*
- * Functions to poke values into an exisiting buffer (e.g. a length header
+ * Functions to poke values into an existing buffer (e.g. a length header
* to a packet). The destination bytes must already exist in the buffer.
*/
int sshbuf_poke_u64(struct sshbuf *buf, size_t offset, u_int64_t val);