Fix typo in comment (Reference-LAPACK PR735)

This commit is contained in:
Martin Kroeker
2022-11-21 19:59:33 +01:00
committed by GitHub
parent 880a3fb20f
commit c45edcb537
+1 -1
View File
@@ -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.