From 17da52f321e134efa490c3e9cdf9de71d1a1929c Mon Sep 17 00:00:00 2001 From: leekillough <15950023+leekillough@users.noreply.github.com> Date: Thu, 3 Nov 2022 13:49:25 -0500 Subject: [PATCH] Fix typo --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 49deec819f..5bfa608cd2 100755 --- a/configure +++ b/configure @@ -244,7 +244,7 @@ print_usage() echo " " echo " Set the size (in bits) of internal BLIS integers and" echo " integer types used in native BLIS interfaces. The" - echo " default inteter type size is architecture dependent." + echo " default integer type size is architecture dependent." echo " (Hint: You can always find this value printed at the" echo " beginning of the testsuite output.)" echo " "