File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ define_error! {
164
164
/// specification. In this specification, the `act_tsk` (activate task)
165
165
/// system service works by enqueueing an activation request. `E_QOVR`
166
166
/// is used to report a condition in which an enqueue count limit has
167
- /// been reached. Our kernel doesn't support enqueueing actvation
167
+ /// been reached. Our kernel doesn't support enqueueing activation
168
168
/// request (at the moment), so any attempts to activate an
169
169
/// already-active task will fail.
170
170
QueueOverflow ,
@@ -333,7 +333,7 @@ define_error! {
333
333
///
334
334
/// [a task context]: crate#contexts
335
335
BadContext ,
336
- /// The specified interrupt number or the specfied priority value is
336
+ /// The specified interrupt number or the specified priority value is
337
337
/// out of range.
338
338
BadParam ,
339
339
}
@@ -347,7 +347,7 @@ define_error! {
347
347
pub enum EnableInterruptLineError : BadParamError {
348
348
/// The operation is not supported by the port.
349
349
NotSupported ,
350
- /// Enabling or disabling the specifeid interrupt line is not supported.
350
+ /// Enabling or disabling the specified interrupt line is not supported.
351
351
BadParam ,
352
352
}
353
353
}
You can’t perform that action at this time.
0 commit comments