aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/arch/arm/convolve.c
diff options
context:
space:
mode:
Diffstat (limited to 'Transceiver52M/arch/arm/convolve.c')
-rw-r--r--Transceiver52M/arch/arm/convolve.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/Transceiver52M/arch/arm/convolve.c b/Transceiver52M/arch/arm/convolve.c
index 63b1655..c2611b4 100644
--- a/Transceiver52M/arch/arm/convolve.c
+++ b/Transceiver52M/arch/arm/convolve.c
@@ -13,10 +13,6 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <malloc.h>
@@ -58,7 +54,7 @@ static void neon_conv_cmplx_4n(float *x, float *h, float *y, int h_len, int len)
}
#endif
-/* API: Initalize convolve module */
+/* API: Initialize convolve module */
void convolve_init(void)
{
/* Stub */