X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=test%2Ftestutil.h;h=1e18ea11a301bfa06b95b6bddc6ae10cbcd1bab6;hp=f779fd53053e505311d4cbfe556ed7d2478d894b;hb=bdcacd93b14ed7381a922b41d74c481224ef9fa1;hpb=3c1a60e56f090f0478ab0405766003b680982745;ds=sidebyside diff --git a/test/testutil.h b/test/testutil.h index f779fd5305..1e18ea11a3 100644 --- a/test/testutil.h +++ b/test/testutil.h @@ -41,7 +41,7 @@ * int global_init(void); * * This function should return zero if there is an unrecoverable error and - * non-zero if the intialization was successful. + * non-zero if the initialization was successful. */ /* Adds a simple test case. */ @@ -235,8 +235,8 @@ int test_mem_ne(const char *, int, const char *, const char *, /* * Check a boolean result for being true or false. - * They return 1 if the condition is true (i.e. the value is non-zro). - * Otherwise, they return 0 and pretty-prints diagnostics using |desc|. + * They return 1 if the condition is true (i.e. the value is non-zero). + * Otherwise, they return 0 and pretty-prints diagnostics using |s|. * These should not be called directly, use the TEST_xxx macros below instead. */ int test_true(const char *file, int line, const char *s, int b);