mathlib tests: Fix typo

This commit is contained in:
Lorenz Meier 2015-02-23 23:56:22 +01:00
parent 9d8651c10c
commit 6e07c8c9e4
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ int test_mathlib(int argc, char *argv[])
}
{
warnx("Nonsymmetric matrix operations test")
warnx("Nonsymmetric matrix operations test");
// test nonsymmetric +, -, +=, -=
float data1[2][3] = {{1, 2, 3}, {4, 5, 6}};