From be0594847952421fec3d413785d51785f5a8dce7 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 31 Jan 2014 08:33:12 -0600 Subject: fix typos reported in release notes --- nuttx/ReleaseNotes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/ReleaseNotes') diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes index a1d4d832e..0001433ea 100644 --- a/nuttx/ReleaseNotes +++ b/nuttx/ReleaseNotes @@ -5533,7 +5533,7 @@ Additional new features and extended functionality: * Core OS Interfaces - - nanosleep() added. sleep() and usleep() are not longer core OS + - nanosleep() added. sleep() and usleep() are no longer core OS interfaces. These have been moved into the library and re-implemented as simple wrappers around nanosleep(). @@ -5706,7 +5706,7 @@ Additional new features and extended functionality: - system/inifile: A simple .INI file parser. - system/vi: Add support for a tiny, VI work-alike editor. This is - a minimal full screen editor that words with a terminal emulator + a minimal full screen editor that works with a terminal emulator that using VT100 commands. Efforts In Progress. The following are features that are partially -- cgit v1.2.3