Skip to content

Commit

Permalink
fix: typo from algorthms to algorithms (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
charansai612 authored Jan 9, 2023
1 parent f757add commit bd4b47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Include/arm_math.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
* The library has generally separate functions for operating on 8-bit integers, 16-bit integers,
* 32-bit integer and 32-bit floating-point values and 64-bit floating-point values.
*
* The library is providing vectorized versions of most algorthms for Helium
* The library is providing vectorized versions of most algorithms for Helium
* and of most f32 algorithms for Neon.
*
* When using a vectorized version, provide a little bit of padding after the end of
Expand Down

0 comments on commit bd4b47a

Please sign in to comment.