summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-15 15:38:37 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-15 15:38:37 -0600
commit68ed9c59e20a410d51b0909d200266263c7da4ef (patch)
tree05792ac8ff6edc3b321a0ede6f50d368b97ae530 /nuttx/TODO
parent769d6d7d2f046c4d87d5e9d2d9393c7ebef469f4 (diff)
downloadnuttx-68ed9c59e20a410d51b0909d200266263c7da4ef.tar.gz
nuttx-68ed9c59e20a410d51b0909d200266263c7da4ef.tar.bz2
nuttx-68ed9c59e20a410d51b0909d200266263c7da4ef.zip
libc/time/lib_localtime.c is much closer to NuttX coding style. libc/time/private.h removed; incorporated into lib_localtime.c
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 74388ed45..a2347e927 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -336,7 +336,7 @@ o Kernel Build
syscalls), the single user mode cannot be supported. In this
built configuration, only the multiple user mode can be supported
with the NX server residing inside of the kernel space.
- Status: Closed. This is not a bug, this is just the things are.
+ Status: Closed. This is not a bug, this is just way the things are.
Priority: N/A.
Title: NSH PARTITIONING.
@@ -491,7 +491,7 @@ o Kernel Build
and to interfacing with those core OS facilities through traps.
Status: Open
Priority: Low. This is a good idea and certainly an architectural
- improvement. However, there is no strong motivivation now do
+ improvement. However, there is no strong motivation now do
do that partitioning work.
o C++ Support