=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/abuf.c,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- src/usr.bin/aucat/abuf.c 2017/01/03 07:33:22 1.30 +++ src/usr.bin/aucat/abuf.c 2022/12/26 19:16:00 1.31 @@ -1,4 +1,4 @@ -/* $OpenBSD: abuf.c,v 1.30 2017/01/03 07:33:22 ratchov Exp $ */ +/* $OpenBSD: abuf.c,v 1.31 2022/12/26 19:16:00 jmc Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * @@ -80,7 +80,7 @@ } /* - * discard "count" bytes at the start postion. + * discard "count" bytes at the start position. */ void abuf_rdiscard(struct abuf *buf, int count)