From 37672b0289b076de40b888042e629ed794663ee9 Mon Sep 17 00:00:00 2001 From: Feram Date: Mon, 13 Jun 2016 06:10:46 +0000 Subject: [PATCH] Fix typos --- test/test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.h b/test/test.h index 930ebaf..35f704f 100644 --- a/test/test.h +++ b/test/test.h @@ -7,7 +7,7 @@ static int test_failed = 0; /* Terminate current test with error */ #define fail() return __LINE__ -/* Successfull end of the test case */ +/* Successful end of the test case */ #define done() return 0 /* Check single condition */