Skip to content

Commit 070c12c

Browse files
Fixed FSFS comments
1 parent 20674c9 commit 070c12c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/scheduler/fcfs/fcfs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func (f *FCFSScheduler) Run(ctx context.Context) error {
4949

5050
/* in case default is working hard - ctx is passed here so it must attempt to quit */
5151
default:
52-
/* RULE: ctx is propogates all over the coming functions */
52+
/* RULE: ctx is propagated all over the coming functions */
5353

5454
/* get next session in the queue (round robin manner) */
5555
curSession := f.curSessionManager.GetNextSession()

0 commit comments

Comments
 (0)