summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0566e9c..b1cb79c 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,6 @@ Additionally, there's some pretty messy code. I've improved while working on thi
9. Let's not get too ahead of ourselves...
# Backlog
-## These are things I want to evencually fix, but don't effect current development
+These are things I want to evencually fix, but don't effect current development.
1. Making the bootloader pass kernel command paramaters from fat filesystem. Bootloader has no filesystem and is part of kernel, this will be hard
2. Making mutexes more space efficent; right now we use a 16 bit variable for every boolean operation