From ab5a815297e57f579b15023cd2ebe97db6bd33eb Mon Sep 17 00:00:00 2001 From: Dennis Brakhane Date: Thu, 17 Jul 2025 13:13:13 +0200 Subject: fix typo (#7794) Co-authored-by: Ellie Hermaszewska Co-authored-by: Yong He --- prelude/slang-cpp-prelude.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prelude/slang-cpp-prelude.h b/prelude/slang-cpp-prelude.h index b11af0907..8a90f4a8a 100644 --- a/prelude/slang-cpp-prelude.h +++ b/prelude/slang-cpp-prelude.h @@ -1,7 +1,7 @@ #ifndef SLANG_CPP_PRELUDE_H #define SLANG_CPP_PRELUDE_H -// Because the signiture of isnan, isfinite, and is isinf changed in C++, we use the macro +// Because the signature of isnan, isfinite, and is isinf changed in C++, we use the macro // to use the version in the std namespace. // https://stackoverflow.com/questions/39130040/cmath-hides-isnan-in-math-h-in-c14-c11 -- cgit v1.2.3