unit-tests: Fix test_runner_run() apidoc

This commit is contained in:
Martin Willi 2014-01-29 13:36:56 +01:00
parent 3114cecdbe
commit 1691b19900
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ struct test_configuration_t {
*
* The configs array must be terminated with a NULL element.
*
* @oaran name name of test runner
* @param name name of test runner
* @param config test suite constructors with dependencies
* @param init_cb init/deinit callback
* @return test result, EXIT_SUCCESS if all tests passed