This commit is contained in:
Jorge Aparicio 2019-05-08 14:12:07 +02:00
parent 09ec5a7a41
commit d1d2aff34b

View file

@ -131,7 +131,7 @@ mod foo {
} }
pub struct Spawn<'a> { pub struct Spawn<'a> {
// tracks the dyanmic priority of the task // tracks the dynamic priority of the task
priority: &'a Cell<u8>, priority: &'a Cell<u8>,
} }