Skip to content

Commit 4a107b7

Browse files
authored
Merge pull request #19 from thijstriemstra/patch-1
fix typo
2 parents b3a6d7c + aa5cbb0 commit 4a107b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ProcessScheduler/Config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
typedef enum ProcPriority
2525
{
26-
// Feel free to add custom prority levels in here
26+
// Feel free to add custom priority levels in here
2727
////////////// BEGIN //////////////////
2828
HIGH_PRIORITY = 0,
2929
MEDIUM_PRIORITY,

src/ProcessScheduler/Process.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Process
1212
public:
1313
/*
1414
* @param manager: The scheduler overseeing this Process
15-
* @param priority: The prority of this Process defined in config.h
15+
* @param priority: The priority of this Process defined in config.h
1616
* @param period: The period this process should be serviced at (SERVICE_CONSTANTLY = As often as possible)
1717
* @param iterations: Number of iterations this process should be serviced before being disabled (RUNTIME_FOREVER = infinite)
1818
* @param overSchedThresh: The periods behind this process can get, before a WARNING_PROC_OVERSCHEDULED is triggered

0 commit comments

Comments
 (0)