From 7547468e47438c33a816932e0e12bfacde9ea062 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 12 Feb 2015 13:44:22 -0600 Subject: [PATCH] Cosmetic updates to comments --- configs/sim/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/sim/README.txt b/configs/sim/README.txt index e72117711e3..6d6192a33c2 100644 --- a/configs/sim/README.txt +++ b/configs/sim/README.txt @@ -25,7 +25,7 @@ Description This README file describes the contents of the build configurations available for the NuttX "sim" target. The sim target is a NuttX port that runs as a user-space program under Linux or Cygwin. It is a very "low fidelity" embedded -system simulation: This environment does not support any kind of asynchonous +system simulation: This environment does not support any kind of asynchronous events -- there are nothing like interrupts in this context. Therefore, there can be no pre-empting events. @@ -197,7 +197,7 @@ BASIC CONFIG_LIBC_EXECFUNCS=y : exec*() functions are required CONFIG_LIBM=y : Some floating point library is required CONFIG_LIBC_FLOATINGPOINT=y : Floating point printing support is required - CONFIG_LIBC_TMPDIR="/tmp" : Writable temporary files needed for some commands + CONFIG_LIBC_TMPDIR="/tmp" : Writeable temporary files needed for some commands Enable the BASIC interpreter. Other default options should be okay: CONFIG_INTERPRETERS_BAS=y : Enables the interpreter