From d265c5d111779ccfc3630628e89cd7fbdc261e21 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 20 Jun 2015 07:13:17 -0600 Subject: [PATCH] Fix types in ChangeLog --- ChangeLog.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index db472fe80..56427a440 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1319,8 +1319,8 @@ CONFIG_THTTPD_GENERATE_INDICES is defined (2015-06-12). * apps/include: Clean up and review of header files for conformance to standards (2015-06-12). - * apps/examples/ostest/: Extende the OS test to include a test of - pthread_mutex_trylock() for recursive mutexes. rom Juha Niskanen + * apps/examples/ostest/: Extend the OS test to include a test of + pthread_mutex_trylock() for recursive mutexes. From Juha Niskanen (2015-06-16). * apps/netutils/thttpd: Missing gci-src as a dependency path when building with BINFS enabled (2015-06-18).