=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/channels.c,v retrieving revision 1.391 retrieving revision 1.392 diff -u -r1.391 -r1.392 --- src/usr.bin/ssh/channels.c 2019/05/10 18:55:17 1.391 +++ src/usr.bin/ssh/channels.c 2019/06/07 14:18:48 1.392 @@ -1,4 +1,4 @@ -/* $OpenBSD: channels.c,v 1.391 2019/05/10 18:55:17 florian Exp $ */ +/* $OpenBSD: channels.c,v 1.392 2019/06/07 14:18:48 dtucker Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -483,7 +483,7 @@ } } -/* Reutrns pointers to the specified forwarding list and its element count */ +/* Returns pointers to the specified forwarding list and its element count */ static void permission_set_get_array(struct ssh *ssh, int who, int where, struct permission ***permpp, u_int **npermpp)