From a17e36f2236a15012c8ddfedbf076a526de4b17b Mon Sep 17 00:00:00 2001 From: Mohammad Othman <48595863+OthmanMohammad@users.noreply.github.com> Date: Fri, 14 Nov 2025 19:35:45 +0200 Subject: [PATCH] Fix typo in comment: existance -> existence (#28737) Signed-off-by: Mohammad Othman --- vllm/_aiter_ops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vllm/_aiter_ops.py b/vllm/_aiter_ops.py index 5508e59bcd2f..7c35bf1857ba 100644 --- a/vllm/_aiter_ops.py +++ b/vllm/_aiter_ops.py @@ -30,7 +30,7 @@ def if_aiter_supported(func: Callable) -> Callable: @functools.wraps(func) def wrapper(*args, **kwargs): - # checks the platform, device arch and aiter library existance. + # checks the platform, device arch and aiter library existence. if current_platform.is_rocm() and IS_AITER_FOUND: from vllm.platforms.rocm import on_gfx9