]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: Fix typo in comment
authortobias@openbsd.org <tobias@openbsd.org>
Wed, 14 Aug 2024 15:35:23 +0000 (15:35 +0000)
committerDamien Miller <djm@mindrot.org>
Thu, 15 Aug 2024 01:01:48 +0000 (11:01 +1000)
Spotted with Benny Baumann (BenBE at geshi dot org).

ok djm@

OpenBSD-Commit-ID: 829160ac8ef3ad3409695ce3a3ade835061cae57

sshbuf.c

index d7f4e4ab6504a5a1dd6061cc1926ddb23f2cba54..8e97355fae4594c270348845ba9f6d0f5fa82415 100644 (file)
--- a/sshbuf.c
+++ b/sshbuf.c
@@ -1,4 +1,4 @@
-/*     $OpenBSD: sshbuf.c,v 1.19 2022/12/02 04:40:27 djm Exp $ */
+/*     $OpenBSD: sshbuf.c,v 1.20 2024/08/14 15:35:23 tobias Exp $      */
 /*
  * Copyright (c) 2011 Damien Miller
  *
@@ -179,7 +179,7 @@ sshbuf_free(struct sshbuf *buf)
                return;
 
        /*
-        * If we are a child, the free our parent to decrement its reference
+        * If we are a child, then free our parent to decrement its reference
         * count and possibly free it.
         */
        sshbuf_free(buf->parent);