summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Brakhane <brakhane@gmail.com>2025-07-17 13:13:13 +0200
committerGitHub <noreply@github.com>2025-07-17 11:13:13 +0000
commitab5a815297e57f579b15023cd2ebe97db6bd33eb (patch)
treecc19aebd50f45a03964e6c4c18dc6729481756e7
parentc9ece34d940565cdce3df56c5df1743252d807ca (diff)
fix typo (#7794)
Co-authored-by: Ellie Hermaszewska <ellieh@nvidia.com> Co-authored-by: Yong He <yonghe@outlook.com>
-rw-r--r--prelude/slang-cpp-prelude.h2
1 files changed, 1 insertions, 1 deletions
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