From c6b288f985bd8ea78fca5828a1bc4c7041e0b577 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 15 Dec 2010 21:02:07 +0000 Subject: Documentation related fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2480 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/GCC/ARM/chcore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/ports/GCC/ARM') diff --git a/os/ports/GCC/ARM/chcore.h b/os/ports/GCC/ARM/chcore.h index 62edefac1..7e0e1e003 100644 --- a/os/ports/GCC/ARM/chcore.h +++ b/os/ports/GCC/ARM/chcore.h @@ -174,7 +174,7 @@ struct context { }; /** - * @brief Platform dependent part of the @p chThdInit() API. + * @brief Platform dependent part of the @p chThdCreateI() API. * @details This code usually setup the context switching frame represented * by an @p intctx structure. */ -- cgit v1.2.3