isl_test.c: fix typo
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 1 Dec 2012 09:38:51 +0000 (10:38 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 1 Dec 2012 16:38:08 +0000 (17:38 +0100)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_test.c

index 603622d..485d8b4 100644 (file)
@@ -3758,7 +3758,7 @@ struct {
        { "AST", &test_ast },
        { "AST generation", &test_ast_gen },
        { "eliminate", &test_eliminate },
-       { "reisdue class", &test_residue_class },
+       { "residue class", &test_residue_class },
        { "div", &test_div },
        { "slice", &test_slice },
        { "fixed power", &test_fixed_power },