From 8371b0b9de6ad3ac101cdc20bc2ede215066fe77 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Thu, 20 Oct 2022 01:16:46 +0900 Subject: [PATCH] Fix typo in ieeeck.f inifinity -> infinity --- SRC/ieeeck.f | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SRC/ieeeck.f b/SRC/ieeeck.f index 74065c3b4e..f9f6332ecf 100644 --- a/SRC/ieeeck.f +++ b/SRC/ieeeck.f @@ -41,7 +41,7 @@ *> \param[in] ISPEC *> \verbatim *> ISPEC is INTEGER -*> Specifies whether to test just for inifinity arithmetic +*> Specifies whether to test just for infinity arithmetic *> or whether to test for infinity and NaN arithmetic. *> = 0: Verify infinity arithmetic only. *> = 1: Verify infinity and NaN arithmetic.