From 5fe252ce25e84833ef60f2b6ff53d0eaa7178d87 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 23 Jun 2014 11:29:30 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index d420798687..035eb508ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7464,3 +7464,8 @@ * include/time.h and sched/clock_gettime.c: Fix typo in conditional compilation: CONFIG_CLOCK_MONOTONIC vs. CLOCK_MONOTONIC. From Manuel Stühn (2014-6-23). + * arch/avr/Kconfig and arch/avr/src/avr32/Kconfig: Fix typos in + Kconfig files from Stefan Sperling (2014-6-23). + * net/net_send_unbuffered.c: Remove some spurious white space from + field selectors. SourceForge ticket #42 (2014-6-23). +