From c45edcb537564999cffd53e81555927fd6ff7d7b Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Mon, 21 Nov 2022 19:59:33 +0100 Subject: [PATCH] Fix typo in comment (Reference-LAPACK PR735) --- lapack-netlib/SRC/ieeeck.f | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lapack-netlib/SRC/ieeeck.f b/lapack-netlib/SRC/ieeeck.f index 74065c3b4..f9f6332ec 100644 --- a/lapack-netlib/SRC/ieeeck.f +++ b/lapack-netlib/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.