=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/file.c,v retrieving revision 1.25 retrieving revision 1.26 diff -c -r1.25 -r1.26 *** src/usr.bin/sndiod/file.c 2019/11/27 08:18:22 1.25 --- src/usr.bin/sndiod/file.c 2022/12/26 19:16:03 1.26 *************** *** 1,4 **** ! /* $OpenBSD: file.c,v 1.25 2019/11/27 08:18:22 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * --- 1,4 ---- ! /* $OpenBSD: file.c,v 1.26 2022/12/26 19:16:03 jmc Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * *************** *** 40,46 **** * from the callback * * the timeout can be aborted with timo_del(), it is OK to try to ! * abort a timout that has expired * */ --- 40,46 ---- * from the callback * * the timeout can be aborted with timo_del(), it is OK to try to ! * abort a timeout that has expired * */ *************** *** 143,149 **** /* * routine to be called by the timer when 'delta' 24-th of microsecond ! * elapsed. This routine updates time referece used by timeouts and * calls expired timeouts */ void --- 143,149 ---- /* * routine to be called by the timer when 'delta' 24-th of microsecond ! * elapsed. This routine updates time reference used by timeouts and * calls expired timeouts */ void