diff --git a/src/modules/bluetooth/a2dp-codec-util.c b/src/modules/bluetooth/a2dp-codec-util.c index 94d01e7bd..fef709220 100644 --- a/src/modules/bluetooth/a2dp-codec-util.c +++ b/src/modules/bluetooth/a2dp-codec-util.c @@ -29,7 +29,7 @@ extern const pa_a2dp_codec pa_a2dp_codec_sbc; /* This is list of supported codecs. Their order is important. - * Codec with higher index has higher priority. */ + * Codec with lower index has higher priority. */ const pa_a2dp_codec *pa_a2dp_codecs[] = { &pa_a2dp_codec_sbc, };