From 0286cd989a212e56fb088e0ae3b2d98eab00e5a8 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 18 Jan 2009 08:59:39 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@629 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/templates/chconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/templates') diff --git a/src/templates/chconf.h b/src/templates/chconf.h index c97c00a86..f1b7f1b17 100644 --- a/src/templates/chconf.h +++ b/src/templates/chconf.h @@ -35,9 +35,9 @@ * that this is not related to the compiler optimization options.*/ #define CH_OPTIMIZE_SPEED -/** Configuration option: If enabled then the used of nested @p chSysLock() / +/** Configuration option: If enabled then the use of nested @p chSysLock() / * @p chSysUnlock() operations is allowed.
- * For performance and code size reasons the recommended setting is leave + * For performance and code size reasons the recommended setting is to leave * this option disabled.
* You can use this option if you need to merge ChibiOS/RT with external * libraries that require nested lock/unlock operations. -- cgit v1.2.3