aboutsummaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-29 19:10:52 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-29 19:10:52 +0000
commit253d3ab52353d640f11a95a148105d04d96a1d29 (patch)
treeef836780563818769a3ca6aeaef66bacd44c19e6 /apps/ChangeLog.txt
parentde53b28fd3ae24a81513278390ba02a5417cf8ac (diff)
downloadpx4-firmware-253d3ab52353d640f11a95a148105d04d96a1d29.tar.gz
px4-firmware-253d3ab52353d640f11a95a148105d04d96a1d29.tar.bz2
px4-firmware-253d3ab52353d640f11a95a148105d04d96a1d29.zip
Prep for 6.22 Release
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5206 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 8eb96ac69..75f02754b 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -286,7 +286,7 @@
* apps/nshlib/nsh_parse.c: CONFIG_NSH_DISABLE_WGET not CONFIG_NSH_DISABLE_GET
in one location (found by Kate).
* apps/examples/ostest/prioinherit.c: Limit the number of test
- threds to no more than 3 of each priority. Bad things happen
+ threads to no more than 3 of each priority. Bad things happen
when the existing logic tried to created several hundred test
treads!
* apps/nshlib/nsh.h: Both CONFIG_LIBC_STRERROR and CONFIG_NSH_STRERROR
@@ -341,7 +341,7 @@
* apps/netutils/webserver/httpd.c: Add support for Keep-alive connections
(from Kate).
* apps/NxWidget/Kconfig: This is a kludge. I created this NxWidgets
- directory that ONLY contains Kconfig. NxWidgets does not like in
+ directory that ONLY contains Kconfig. NxWidgets does not live in
either the nuttx/ or the apps/ source trees. This kludge makes it
possible to configure NxWidgets/NxWM without too much trouble (with
the tradeoff being a kind ugly structure and some maintenance issues).