aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/main.dox
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-01-07 15:23:38 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-01-07 15:23:38 +0000
commit1eebe078ffbb85c3fb8a14db4d241502b27145bf (patch)
treeccfcc15f00554d709c0dea804e5fd8033320a851 /docs/src/main.dox
parentc6a35e2186b66ef014f9a0f456d30b564d02e0fe (diff)
downloadChibiOS-1eebe078ffbb85c3fb8a14db4d241502b27145bf.tar.gz
ChibiOS-1eebe078ffbb85c3fb8a14db4d241502b27145bf.tar.bz2
ChibiOS-1eebe078ffbb85c3fb8a14db4d241502b27145bf.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1509 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/src/main.dox')
-rw-r--r--docs/src/main.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/main.dox b/docs/src/main.dox
index 4ce9b64b1..ddf608c3f 100644
--- a/docs/src/main.dox
+++ b/docs/src/main.dox
@@ -42,8 +42,8 @@
* number of all the above objects.
* - PC simulator target included, the development can be done on a PC
* under Linux or Windows.<br>
- * Timers, I/O channels and other HW resources are simulated in a
- * Win32 process and the application code does not need to be aware of it.
+ * Timers, I/O channels and other HW resources are simulated in a guest OS
+ * process and the application code does not need to be aware of it.
* - No *need* for a memory allocator, all the kernel structures are static
* and declaratively allocated.
* - Optional, thread safe, Heap Allocator subsystem.