diff --git a/vllm/v1/executor/multiproc_executor.py b/vllm/v1/executor/multiproc_executor.py index 26308c642cdb0..33a9097abab1a 100644 --- a/vllm/v1/executor/multiproc_executor.py +++ b/vllm/v1/executor/multiproc_executor.py @@ -350,7 +350,7 @@ def signal_handler(signum, frame): logger.debug("Worker interrupted.") except Exception: - # worker_busy_loop sends exceptions exceptons to Executor + # worker_busy_loop sends exceptons to Executor # for shutdown, but if there is an error in startup or an # error with IPC itself, we need to alert the parent. psutil.Process().parent().send_signal(signal.SIGQUIT)