diff options
author | Feram <feram@feram.co> | 2016-06-13 06:10:46 +0000 |
---|---|---|
committer | Feram <feram@feram.co> | 2016-06-13 06:10:46 +0000 |
commit | 37672b0289b076de40b888042e629ed794663ee9 (patch) | |
tree | 5600d7cf26ab942afc18db8df8228cd87fa81381 /test | |
parent | bbc6755fce14c713f9bb4ba47c688d15efc1394b (diff) |
Fix typos
Diffstat (limited to 'test')
-rw-r--r-- | test/test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.h b/test/test.h index 930ebaf92..35f704f99 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 */ |