From bf11793fc2f8748e545e63a3db2697fe2f4b047a Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 21 Feb 2015 15:54:11 -0600 Subject: [PATCH] Fix some minor typos in the uClibc++ install script --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3f4b36c3bf..94f91b1c50 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9838,7 +9838,7 @@ timers/rtc.c: The inode unlink method should not be support if operations on the root pseudo-filesystem are disabled (2015-02-18). * include/nuttx/sched timing functions: Fix some nanosecond comparisons. - Comparisons should be greate thatn OR EQUAL TO 1000000000 for maximum + Comparisons should be greate than OR EQUAL TO 1000000000 for maximum value of nanoseconds in struct tm. From Juha Niskanen (2015-02-20). * tm4c123g-launchpad: Add board button interrupt logic. From Calvin Maguranis (2015-02-20).