From befe9632df5540514af04a9e7a084a50778873e8 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 25 Oct 2011 19:56:00 +0000 Subject: Fixed a small documentation error in port_unlock() implementations. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3452 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/IAR/ARMCMx/chcore_v7m.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/ports/IAR/ARMCMx/chcore_v7m.h') diff --git a/os/ports/IAR/ARMCMx/chcore_v7m.h b/os/ports/IAR/ARMCMx/chcore_v7m.h index 086a99d39..ee077749c 100644 --- a/os/ports/IAR/ARMCMx/chcore_v7m.h +++ b/os/ports/IAR/ARMCMx/chcore_v7m.h @@ -215,7 +215,7 @@ struct intctx { /** * @brief Kernel-unlock action. - * @details Usually this function just disables interrupts but may perform + * @details Usually this function just enables interrupts but may perform * more actions. * @note In this port this it lowers the base priority to user level. */ -- cgit v1.2.3