fix comment typo

This commit is contained in:
Nicolas Sauzede 2018-04-13 22:14:32 +02:00
parent 65dd779812
commit df4da1e43f
1 changed files with 1 additions and 1 deletions

2
Tinn.c
View File

@ -5,7 +5,7 @@
#include <stdlib.h>
#include <math.h>
// Computs error.
// Computes error.
static float err(const float a, const float b)
{
return 0.5f * (a - b) * (a - b);