]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: Fix typo in comment.
authordtucker@openbsd.org <dtucker@openbsd.org>
Thu, 23 Jan 2020 10:53:04 +0000 (10:53 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Thu, 23 Jan 2020 11:33:18 +0000 (22:33 +1100)
OpenBSD-Commit-ID: d1d7a6553208bf439378fd1cf686a828aceb353a

packet.c

index cffadd9a421457b42282404f8cd601fd4078cba2..38d3ea2391083c1aa16209943795ca31d6d17f7a 100644 (file)
--- a/packet.c
+++ b/packet.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: packet.c,v 1.288 2020/01/23 10:24:29 dtucker Exp $ */
+/* $OpenBSD: packet.c,v 1.289 2020/01/23 10:53:04 dtucker Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -614,7 +614,7 @@ ssh_packet_close_internal(struct ssh *ssh, int do_close)
                ssh_clear_newkeys(ssh, mode);           /* next keys */
        }
 #ifdef WITH_ZLIB
-       /* comression state is in shared mem, so we can only release it once */
+       /* compression state is in shared mem, so we can only release it once */
        if (do_close && state->compression_buffer) {
                sshbuf_free(state->compression_buffer);
                if (state->compression_out_started) {