diff options
author | djm@openbsd.org <djm@openbsd.org> | 2020-07-06 01:59:45 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2020-07-15 07:07:42 +0200 |
commit | 6d755706a0059eb9e2d63517f288b75cbc3b4701 (patch) | |
tree | adb003b1adcea270f4480baa4ff83d495b3478f3 /packet.c | |
parent | upstream: update setproctitle after re-exec; ok djm (diff) | |
download | openssh-6d755706a0059eb9e2d63517f288b75cbc3b4701.tar.xz openssh-6d755706a0059eb9e2d63517f288b75cbc3b4701.zip |
upstream: some language improvements; ok markus
OpenBSD-Commit-ID: 939d787d571b4d5da50b3b721fd0b2ac236acaa8
Diffstat (limited to 'packet.c')
-rw-r--r-- | packet.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: packet.c,v 1.295 2020/07/01 16:28:31 markus Exp $ */ +/* $OpenBSD: packet.c,v 1.296 2020/07/05 23:59:45 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -2450,7 +2450,7 @@ ssh_packet_set_state(struct ssh *ssh, struct sshbuf *m) (r = sshbuf_get_u64(m, &state->p_read.bytes)) != 0) return r; /* - * We set the time here so that in post-auth privsep slave we + * We set the time here so that in post-auth privsep child we * count from the completion of the authentication. */ state->rekey_time = monotime(); |