=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/ftp.c,v retrieving revision 1.102 retrieving revision 1.103 diff -u -r1.102 -r1.103 --- src/usr.bin/ftp/ftp.c 2019/05/12 20:58:19 1.102 +++ src/usr.bin/ftp/ftp.c 2019/05/13 16:04:49 1.103 @@ -1,4 +1,4 @@ -/* $OpenBSD: ftp.c,v 1.102 2019/05/12 20:58:19 jasper Exp $ */ +/* $OpenBSD: ftp.c,v 1.103 2019/05/13 16:04:49 tb Exp $ */ /* * Copyright (c) 2015 Sunil Nimmagadda @@ -343,7 +343,7 @@ return -1; } - /* Find out the ephermal port chosen */ + /* Find out the ephemeral port chosen */ len = sizeof(ss); memset(&ss, 0, len); if (getsockname(sock, (struct sockaddr *)&ss, &len) == -1) {