=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/utils.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/sndiod/utils.c 2016/05/25 05:39:50 1.3 +++ src/usr.bin/sndiod/utils.c 2017/01/03 06:53:20 1.4 @@ -1,4 +1,4 @@ -/* $OpenBSD: utils.c,v 1.3 2016/05/25 05:39:50 ratchov Exp $ */ +/* $OpenBSD: utils.c,v 1.4 2017/01/03 06:53:20 ratchov Exp $ */ /* * Copyright (c) 2003-2012 Alexandre Ratchov * @@ -96,7 +96,7 @@ } /* - * store a unsigned decimal in the log + * store an unsigned decimal in the log */ void log_putu(unsigned long num) @@ -140,7 +140,7 @@ } /* - * allocate a (small) abount of memory, and abort if it fails + * allocate a (small) amount of memory, and abort if it fails */ void * xmalloc(size_t size)