From 4351ec9d15e2f08286096dca1a2e91d4a1b4782c Mon Sep 17 00:00:00 2001 From: Jaakko Korhonen Date: Thu, 18 Oct 2018 11:21:58 +0300 Subject: [PATCH] EventQueue documentation fix. --- events/mbed_shared_queues.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events/mbed_shared_queues.h b/events/mbed_shared_queues.h index fea0d0000f..1535c39845 100644 --- a/events/mbed_shared_queues.h +++ b/events/mbed_shared_queues.h @@ -75,7 +75,7 @@ events::EventQueue *mbed_event_queue(); * @note * mbed_highprio_event_queue is not itself IRQ safe. To use the * mbed_highprio_event_queue in interrupt context, you must first call - * `mbed_event_queue()` in threaded context and store the pointer for + * `mbed_highprio_event_queue()` in threaded context and store the pointer for * later use. * * @return pointer to high-priority event queue