ao_alsa: remove 9 year old typo

Actually, remove the whole comment, because it's outdated and
get_space() returns the number of free samples now.
This commit is contained in:
wm4 2014-01-02 21:29:33 +01:00
parent fb2d418327
commit d4588bf577
1 changed files with 0 additions and 1 deletions

View File

@ -657,7 +657,6 @@ alsa_error:
return -1;
}
/* how many byes are free in the buffer */
static int get_space(struct ao *ao)
{
struct priv *p = ao->priv;