aboutsummaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-03-02 21:27:15 +0100
committerJakob Odersky <jodersky@gmail.com>2014-03-02 21:27:15 +0100
commit77fb9cc13c319152568e2d9399b1f3e4202574b4 (patch)
treea492a1d05f8f915aa30f7bf15ea74db565528c07 /kernel
parent79e43800f5bdcedab30791d24775698858730bbd (diff)
downloadmux-77fb9cc13c319152568e2d9399b1f3e4202574b4.tar.gz
mux-77fb9cc13c319152568e2d9399b1f3e4202574b4.tar.bz2
mux-77fb9cc13c319152568e2d9399b1f3e4202574b4.zip
begin rework
Diffstat (limited to 'kernel')
-rw-r--r--kernel/sched/include/sched/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/include/sched/sched.h b/kernel/sched/include/sched/sched.h
index f7bafcd..5db0502 100644
--- a/kernel/sched/include/sched/sched.h
+++ b/kernel/sched/include/sched/sched.h
@@ -12,7 +12,7 @@
/**
* Task control block, contains runtime
- * information of tasks.
+ * information about tasks.
*/
struct tcb_t {
/** Stack pointer of this task. (must be first in structure) */