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 20674c9 commit 070c12cCopy full SHA for 070c12c
internal/scheduler/fcfs/fcfs.go
@@ -49,7 +49,7 @@ func (f *FCFSScheduler) Run(ctx context.Context) error {
49
50
/* in case default is working hard - ctx is passed here so it must attempt to quit */
51
default:
52
- /* RULE: ctx is propogates all over the coming functions */
+ /* RULE: ctx is propagated all over the coming functions */
53
54
/* get next session in the queue (round robin manner) */
55
curSession := f.curSessionManager.GetNextSession()
0 commit comments