diff options
| author | Vagrant Cascadian <[email protected]> | 2016-04-30 19:18:00 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-05-02 18:37:09 -0400 |
| commit | eae4b2b67bc8c68e2440616a447ca6c6898ad188 (patch) | |
| tree | ae51716b64a81b720d9513c5e33262c0d0a88e57 /include/test | |
| parent | 09c2b8f3e39925e5bdff12cb90add09bc9e117d4 (diff) | |
Fix spelling of "occurred".
Signed-off-by: Vagrant Cascadian <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'include/test')
| -rw-r--r-- | include/test/ut.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/test/ut.h b/include/test/ut.h index da7c1a9d265..85434d785a8 100644 --- a/include/test/ut.h +++ b/include/test/ut.h @@ -17,9 +17,9 @@ struct unit_test_state; * ut_fail() - Record failure of a unit test * * @uts: Test state - * @fname: Filename where the error occured - * @line: Line number where the error occured - * @func: Function name where the error occured + * @fname: Filename where the error occurred + * @line: Line number where the error occurred + * @func: Function name where the error occurred * @cond: The condition that failed */ void ut_fail(struct unit_test_state *uts, const char *fname, int line, @@ -29,9 +29,9 @@ void ut_fail(struct unit_test_state *uts, const char *fname, int line, * ut_failf() - Record failure of a unit test * * @uts: Test state - * @fname: Filename where the error occured - * @line: Line number where the error occured - * @func: Function name where the error occured + * @fname: Filename where the error occurred + * @line: Line number where the error occurred + * @func: Function name where the error occurred * @cond: The condition that failed * @fmt: printf() format string for the error, followed by args */ |
