a2dp: Fix typo in endpoint_setconf_ind
authorAlain Michaud <alainm@chromium.org>
Mon, 1 Jun 2020 15:58:58 +0000 (15:58 +0000)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 12 Apr 2021 09:00:49 +0000 (14:30 +0530)
This patch simply fixes a typo in endpoint_setconf_ind.

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
profiles/audio/a2dp.c

index b71615d..529a0a8 100644 (file)
@@ -709,7 +709,7 @@ static gboolean endpoint_setconf_ind(struct avdtp *session,
                                                endpoint_setconf_cb,
                                                a2dp_sep->user_data);
                if (ret == 0) {
-                       /* Attempt to reverve discover if there are no remote
+                       /* Attempt to reverse discover if there are no remote
                         * SEPs.
                         */
                        if (queue_isempty(setup->chan->seps))