Commit ee565333 authored by Max Kellermann's avatar Max Kellermann

decoder/flac: fix comment typo

parent 032f47c0
...@@ -121,7 +121,7 @@ FlacIOEof(FLAC__IOHandle handle) ...@@ -121,7 +121,7 @@ FlacIOEof(FLAC__IOHandle handle)
static int static int
FlacIOClose(gcc_unused FLAC__IOHandle handle) 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 */ the #InputStream */
return 0; return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment