aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-01-18 08:59:39 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-01-18 08:59:39 +0000
commit0286cd989a212e56fb088e0ae3b2d98eab00e5a8 (patch)
tree45b06939cfe10940058df6c44a7879f20fdd748d /src
parent350abc8106b440e3c09f40f7d76938079eab6ab1 (diff)
downloadChibiOS-0286cd989a212e56fb088e0ae3b2d98eab00e5a8.tar.gz
ChibiOS-0286cd989a212e56fb088e0ae3b2d98eab00e5a8.tar.bz2
ChibiOS-0286cd989a212e56fb088e0ae3b2d98eab00e5a8.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@629 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src')
-rw-r--r--src/templates/chconf.h4
1 files changed, 2 insertions, 2 deletions
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.<br>
- * 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.<br>
* You can use this option if you need to merge ChibiOS/RT with external
* libraries that require nested lock/unlock operations.