[openssh-commits] [openssh] 02/07: upstream: Fix comment typo. Patch from mforney at mforney.org.
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri May 1 13:13:43 AEST 2020
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit c9d10dbc0ccfb1c7568bbb784f7aeb7a0b5ded12
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Sun Apr 26 09:38:14 2020 +0000
upstream: Fix comment typo. Patch from mforney at mforney.org.
OpenBSD-Commit-ID: 3565f056003707a5e678e60e03f7a3efd0464a2b
---
sshbuf.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sshbuf.h b/sshbuf.h
index 78e32264..94392c8b 100644
--- a/sshbuf.h
+++ b/sshbuf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshbuf.h,v 1.20 2020/03/13 03:17:07 djm Exp $ */
+/* $OpenBSD: sshbuf.h,v 1.21 2020/04/26 09:38:14 dtucker Exp $ */
/*
* Copyright (c) 2011 Damien Miller
*
@@ -140,7 +140,7 @@ int sshbuf_allocate(struct sshbuf *buf, size_t len);
/*
* Reserve len bytes in buf.
* Returns 0 on success and a pointer to the first reserved byte via the
- * optional dpp parameter or a negative * SSH_ERR_* error code on failure.
+ * optional dpp parameter or a negative SSH_ERR_* error code on failure.
*/
int sshbuf_reserve(struct sshbuf *buf, size_t len, u_char **dpp);
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list