This commit is contained in:
Gustav Louw 2018-03-29 14:54:17 -07:00
parent c4507e8b2d
commit 9f9dffc991
1 changed files with 1 additions and 1 deletions

2
Tinn.c
View File

@ -21,7 +21,7 @@ static void backwards(Tinn t, double* in, double* tg, double rate)
{
double sum = 0.0;
int j;
/* Calculate total error change with repsect to output */
/* Calculate total error change with respect to output */
for(j = 0; j < t.nops; j++)
{
double a = t.o[j] - tg[j];