From eede10c0b82df0e7dfc055e4084ad64ec226b54e Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Thu, 1 Oct 2015 20:19:32 +0200 Subject: [PATCH] remove typos, add todo point --- hermit/TODO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hermit/TODO.md b/hermit/TODO.md index c4d6738b1..6a5c00019 100644 --- a/hermit/TODO.md +++ b/hermit/TODO.md @@ -5,7 +5,7 @@ TODO list * fast implementation of memcmp is missing * prioririty handling in the Pthread library is still missing * support of signals is still missing -* use gs register to accelerate tha access to newlib's reentrant structure -* check the usage of the fs register +* 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