decoder/flac: fix comment typo

This commit is contained in:
Max Kellermann 2018-07-07 14:11:28 +02:00
parent 032f47c0b0
commit ee5653338d
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ FlacIOEof(FLAC__IOHandle handle)
static int
FlacIOClose(gcc_unused FLAC__IOHandle handle)
{
/* no-op because the libFLAC caller is repsonsible for closing
/* no-op because the libFLAC caller is responsible for closing
the #InputStream */
return 0;