libs/libc/machine/arm/armv7-m/arch_sqrtf.c: Fix a copy-paste typo in a #error message.
This commit is contained in:
parent
99cd9340f5
commit
3aac01e843
@ -41,5 +41,5 @@ float sqrtf(float x)
|
||||
}
|
||||
|
||||
#else
|
||||
# warning fabsf() not built
|
||||
# warning sqrtf() not built
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user