[openssh-commits] [openssh] 06/07: upstream: Fix typo in comment.
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Jan 23 22:35:01 AEDT 2020
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit fbce7c1a898ae75286349822950682cf46346121
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Thu Jan 23 10:53:04 2020 +0000
upstream: Fix typo in comment.
OpenBSD-Commit-ID: d1d7a6553208bf439378fd1cf686a828aceb353a
---
packet.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/packet.c b/packet.c
index cffadd9a..38d3ea23 100644
--- 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 at cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo at 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) {
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list