diff --git a/vllm/core/scheduler.py b/vllm/core/scheduler.py index 102a0ebf9cdd6..bfad77bcb3ce0 100644 --- a/vllm/core/scheduler.py +++ b/vllm/core/scheduler.py @@ -1157,7 +1157,7 @@ def _schedule_chunked_prefill(self) -> SchedulerOutputs: len(swapped_in.prefill_seq_groups) + len(running_scheduled.prefill_seq_groups)) # If all prompts, then we set num_lookahead_slots to 0 - # this alloows us to go through the `no_spec` path in + # this allows us to go through the `no_spec` path in # `spec_decode_worker.py` all_prefills = (len(scheduled_seq_groups) == num_prefill_groups) num_lookahead_slots = (0 if all_prefills else