We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbfcc5a commit aa5cbb0Copy full SHA for aa5cbb0
src/ProcessScheduler/Process.h
@@ -12,7 +12,7 @@ class Process
12
public:
13
/*
14
* @param manager: The scheduler overseeing this Process
15
- * @param priority: The prority of this Process defined in config.h
+ * @param priority: The priority of this Process defined in config.h
16
* @param period: The period this process should be serviced at (SERVICE_CONSTANTLY = As often as possible)
17
* @param iterations: Number of iterations this process should be serviced before being disabled (RUNTIME_FOREVER = infinite)
18
* @param overSchedThresh: The periods behind this process can get, before a WARNING_PROC_OVERSCHEDULED is triggered
0 commit comments