summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-27 14:11:12 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-27 14:11:12 -0600
commit0a4c67ecbaac3c146dbbba1e92d2ed2349fb3a3c (patch)
treec8467250a53c825dc8d7410635a8602e69d61176
parent7a4003b43ac5bc947ff961cbc821e027a820c0da (diff)
downloadnuttx-0a4c67ecbaac3c146dbbba1e92d2ed2349fb3a3c.tar.gz
nuttx-0a4c67ecbaac3c146dbbba1e92d2ed2349fb3a3c.tar.bz2
nuttx-0a4c67ecbaac3c146dbbba1e92d2ed2349fb3a3c.zip
Fix typos in release notes
-rw-r--r--NxWidgets/ReleaseNotes.txt4
-rw-r--r--nuttx/ReleaseNotes16
2 files changed, 10 insertions, 10 deletions
diff --git a/NxWidgets/ReleaseNotes.txt b/NxWidgets/ReleaseNotes.txt
index 0c854fa46..fdd3736bf 100644
--- a/NxWidgets/ReleaseNotes.txt
+++ b/NxWidgets/ReleaseNotes.txt
@@ -453,11 +453,11 @@ Bugfixes:
NxWidgets-1.13
==============
-The 14th release of the NxWidgets package was made on September 17, 2014. This
+The 14th release of the NxWidgets package was made on September 28, 2014. This
release depends on NuttX-7.5 or above and should not be used with older
NuttX releases.
-Additional new features and extended functionality in Version 1.12:
+Additional new features and extended functionality in Version 1.13:
* There are no new features in this release. This release simply updates
some naming that is necessary for NxWidgets to build successfully with
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index a42a783e1..682d33c5c 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -4621,7 +4621,7 @@ Additional new features and extended functionality:
Contributed by Andrew Tridgell (via Lorenz Meier).
Efforts In Progress. The following are features that are partially
-implemented but present in this release. They are not likely be be
+implemented but present in this release. They are not likely to be
completed soon.
* Audio System:
@@ -4807,7 +4807,7 @@ Additional new features and extended functionality:
it can be used with USB device or host trace data.
Efforts In Progress. The following are features that are partially
-implemented but present in this release. They are not likely be be
+implemented but present in this release. They are not likely to be
completed soon.
* CC3000 Networking
@@ -5114,7 +5114,7 @@ Additional new features and extended functionality:
object file path.
Efforts In Progress. The following are features that are partially
-implemented but present in this release. They are not likely be be
+implemented but present in this release. They are not likely to be
completed soon.
* kconfig-fronted Configuration:
@@ -5441,7 +5441,7 @@ Additional new features and extended functionality:
- tools/mkctags.sh: A script for creating ctags from Ken Pettit.
Efforts In Progress. The following are features that are partially
-implemented but present in this release. They are not likely be be
+implemented but present in this release. They are not likely to be
completed soon.
* kconfig-fronted Configuration:
@@ -5710,7 +5710,7 @@ Additional new features and extended functionality:
that using VT100 commands.
Efforts In Progress. The following are features that are partially
-implemented but present in this release. They are not likely be be
+implemented but present in this release. They are not likely to be
completed soon.
* kconfig-fronted Configuration:
@@ -7053,7 +7053,7 @@ Additional new features and extended functionality:
signalled by a PHY interrupt.
- Improved Send Logic: In the past, the first packet send to a new
network peer would fail; there would be no entry in the ARP table
- for the peer and so an ARP request qould replace that first packet.
+ for the peer and so an ARP request could replace that first packet.
Now as an option if CONFIG_NET_ARP_SEND=y, all send logic will (1)
check if the peer MAC address is in the ARP table and, if not, (2)
send ARP requests periodically to get the mapping and (3) wait for
@@ -7225,7 +7225,7 @@ Additional new features and extended functionality:
- See above for new apps/tools scripts.
Efforts In Progress. The following are features that are partially
-implemented but present in this release. They are not likely be be
+implemented but present in this release. They are not likely to be
completed soon.
* Processes. Much of the work in this release is focused on the
@@ -7248,7 +7248,7 @@ Bugfixes. Only the most critical bugfixes are listed here (see the ChangeLog fo
task_create() or task_spawn() interfaces if there is an address
environment. (3) posix_spawn() kernel proxy thread should be a
kernel thread, not a user task.
- - Several pthread interfaces: Add const storage class to to phthread
+ - Several pthread interfaces: Add const storage class to phthread
parameters. From Freddie Chopin.
- sched/clock: Remove vestiges of g_tickbias; need, instead, to apply
time bias to g_basetime in order to provide the correct system time.