=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/monitor.c,v retrieving revision 1.230 retrieving revision 1.231 diff -u -r1.230 -r1.231 --- src/usr.bin/ssh/monitor.c 2022/01/06 22:03:59 1.230 +++ src/usr.bin/ssh/monitor.c 2022/01/28 06:18:42 1.231 @@ -1,4 +1,4 @@ -/* $OpenBSD: monitor.c,v 1.230 2022/01/06 22:03:59 djm Exp $ */ +/* $OpenBSD: monitor.c,v 1.231 2022/01/28 06:18:42 guenther Exp $ */ /* * Copyright 2002 Niels Provos * Copyright 2002 Markus Friedl @@ -716,7 +716,7 @@ if (auth2_setup_methods_lists(authctxt) != 0) { /* * The monitor will continue long enough to let the child - * run to it's packet_disconnect(), but it must not allow any + * run to its packet_disconnect(), but it must not allow any * authentication to succeed. */ debug_f("no valid authentication method lists");