Update ChangeLog

This commit is contained in:
Gregory Nutt
2016-01-21 19:29:43 -06:00
parent d68d9cbd32
commit 2de5be34e5
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ int clock_systimespec(FAR struct timespec *ts)
uint64_t secs;
uint64_t nsecs;
/* Get the time since power-on in seconds and microsecond.
/* Get the time since power-on in seconds and microseconds.
* NOTE that overflow is still possible if we use a 64-bit
* timer.
*/