]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: Fix comment typo. Patch from mforney at mforney.org.
authordtucker@openbsd.org <dtucker@openbsd.org>
Sun, 26 Apr 2020 09:38:14 +0000 (09:38 +0000)
committerDamien Miller <djm@mindrot.org>
Fri, 1 May 2020 03:13:28 +0000 (13:13 +1000)
OpenBSD-Commit-ID: 3565f056003707a5e678e60e03f7a3efd0464a2b

sshbuf.h

index 78e322647f5b2248be9274807a4fb40db60b8e5d..94392c8beaa8a6ac9bb7bc86079c06a571ab966b 100644 (file)
--- 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);