Trivial typo fix

This commit is contained in:
Gregory Nutt 2016-08-17 14:07:01 -06:00
parent 01ae660c6c
commit ead4b6014e
1 changed files with 1 additions and 1 deletions

2
TODO
View File

@ -219,7 +219,7 @@ o Task/Scheduler (sched/)
Description: Task control information is retained in simple lists. This
is completely appropriate for small embedded systems where
the number of tasks, N, is relatively small. Most list
operations are O(N). This could become as issue if N gets
operations are O(N). This could become an issue if N gets
very large.
In that case, these simple lists should be replaced with