decoder/flac: fix comment typo
This commit is contained in:
parent
032f47c0b0
commit
ee5653338d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue