From 65acbcd3831ed46e56de27b9135f3e10656ab06e Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Wed, 29 Apr 2020 08:32:54 +0000 Subject: [PATCH] Documentation improvements. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13612 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- doc/common/src/concepts.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/common/src/concepts.dox b/doc/common/src/concepts.dox index 504eee6c7..b8ea34b00 100644 --- a/doc/common/src/concepts.dox +++ b/doc/common/src/concepts.dox @@ -55,7 +55,7 @@ * reschedule or not reschedule depending on the semaphore state. * - @anchor X-Class "X", X-Class APIs are invokable from any context. * . - * Examples: @p chThdCreateStatic(), @p chSemSignalI(), @p chIQGetTimeout(). + * Examples: @p chThdCreateStatic(), @p chSemSignalI(), @p chThdCreateStatic(). * * @section interrupt_classes Interrupt Classes * In ChibiOS/RT there are three logical interrupt classes: