summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Weiland <brett_weiland@bpcspace.com>2021-09-24 14:24:35 -0500
committerBrett Weiland <brett_weiland@bpcspace.com>2021-09-24 14:24:35 -0500
commitcf8f128958950e174f5aea28dbe0f27fec0ce670 (patch)
tree149c8f59e7859404d0e5924e97383a7096a64064
parentb62706c9f2ceed65394457ae9b131996a2b29463 (diff)
fixing readme again
-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