libs/libc/machine/arm/armv7-m/arch_sqrtf.c: Fix a copy-paste typo in a #error message.

This commit is contained in:
Nathan Hartman 2019-09-22 16:14:30 -06:00 committed by Gregory Nutt
parent 99cd9340f5
commit 3aac01e843

View File

@ -41,5 +41,5 @@ float sqrtf(float x)
}
#else
# warning fabsf() not built
# warning sqrtf() not built
#endif