Skip to content

Commit aa5cbb0

Browse files
fix typo
1 parent fbfcc5a commit aa5cbb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)