Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra authored Jan 12, 2021
1 parent fbfcc5a commit aa5cbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ProcessScheduler/Process.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Process
public:
/*
* @param manager: The scheduler overseeing this Process
* @param priority: The prority of this Process defined in config.h
* @param priority: The priority of this Process defined in config.h
* @param period: The period this process should be serviced at (SERVICE_CONSTANTLY = As often as possible)
* @param iterations: Number of iterations this process should be serviced before being disabled (RUNTIME_FOREVER = infinite)
* @param overSchedThresh: The periods behind this process can get, before a WARNING_PROC_OVERSCHEDULED is triggered
Expand Down

0 comments on commit aa5cbb0

Please sign in to comment.