From ee5653338d31c7711fb814686fb5531e542c1490 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 7 Jul 2018 14:11:28 +0200 Subject: decoder/flac: fix comment typo --- src/decoder/plugins/FlacIOHandle.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder') diff --git a/src/decoder/plugins/FlacIOHandle.cxx b/src/decoder/plugins/FlacIOHandle.cxx index 21befb89a..1d648637e 100644 --- a/src/decoder/plugins/FlacIOHandle.cxx +++ b/src/decoder/plugins/FlacIOHandle.cxx @@ -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; -- cgit v1.2.3