From 088b496baf396fb34ed0e64e62537894da542379 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Mon, 5 Oct 2015 19:51:56 +0200 Subject: [PATCH] remove typos --- hermit/TODO.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/hermit/TODO.md b/hermit/TODO.md index 6a5c00019..1283cc81d 100644 --- a/hermit/TODO.md +++ b/hermit/TODO.md @@ -1,11 +1,10 @@ TODO list ========= -* using a unified term for cores and CPUs, currently we didn't differentiate -* fast implementation of memcmp is missing +* using of a unified term for cores and CPUs, currently we didn't differentiate +* fast implementation of memcmp is still missing * prioririty handling in the Pthread library is still missing -* support of signals is still missing * use gs register to accelerate the access to newlib's reentrant structure * revise TLB shoot down * revise and check tickless support (the tickless support is currently not tested) -* revise mmnif driver +* revise of the mmnif driver