=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/aproc.h,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- src/usr.bin/aucat/Attic/aproc.h 2009/07/25 08:44:27 1.17 +++ src/usr.bin/aucat/Attic/aproc.h 2009/07/25 10:52:18 1.18 @@ -1,4 +1,4 @@ -/* $OpenBSD: aproc.h,v 1.17 2009/07/25 08:44:27 ratchov Exp $ */ +/* $OpenBSD: aproc.h,v 1.18 2009/07/25 10:52:18 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -95,19 +95,19 @@ /* * Real-time record position changed (for input buffer), - * by the given amount of _frames_ + * by the given amount of _frames_. */ void (*ipos)(struct aproc *, struct abuf *, int); /* * Real-time play position changed (for output buffer), - * by the given amount of _frames_ + * by the given amount of _frames_. */ void (*opos)(struct aproc *, struct abuf *, int); /* - * destroy the aproc, called just before to free the - * aproc structure + * Destroy the aproc, called just before to free the + * aproc structure. */ void (*done)(struct aproc *); };