summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshbuf.h
diff options
context:
space:
mode:
authormmcc <mmcc@cvs.openbsd.org>2015-12-10 07:01:36 +0000
committermmcc <mmcc@cvs.openbsd.org>2015-12-10 07:01:36 +0000
commitdab147b29cfe5df31a6f56ffbd80d90ebae3f3e4 (patch)
tree2ab5a8aec3e46650f687029ad202ac598559bb04 /usr.bin/ssh/sshbuf.h
parent4fc9bfb632edc65c800153c93943ee170f4f9ecf (diff)
Fix a couple "the the" typos. ok dtucker@
Diffstat (limited to 'usr.bin/ssh/sshbuf.h')
-rw-r--r--usr.bin/ssh/sshbuf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/sshbuf.h b/usr.bin/ssh/sshbuf.h
index ba8b333182a..c005ecc5da0 100644
--- a/usr.bin/ssh/sshbuf.h
+++ b/usr.bin/ssh/sshbuf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshbuf.h,v 1.5 2015/11/11 04:56:39 djm Exp $ */
+/* $OpenBSD: sshbuf.h,v 1.6 2015/12/10 07:01:35 mmcc Exp $ */
/*
* Copyright (c) 2011 Damien Miller
*
@@ -116,12 +116,12 @@ size_t sshbuf_len(const struct sshbuf *buf);
size_t sshbuf_avail(const struct sshbuf *buf);
/*
- * Returns a read-only pointer to the start of the the data in buf
+ * Returns a read-only pointer to the start of the data in buf
*/
const u_char *sshbuf_ptr(const struct sshbuf *buf);
/*
- * Returns a mutable pointer to the start of the the data in buf, or
+ * Returns a mutable pointer to the start of the data in buf, or
* NULL if the buffer is read-only.
*/
u_char *sshbuf_mutable_ptr(const struct sshbuf *buf);