diff options
author | Bryce Harrington <bryce@osg.samsung.com> | 2015-07-13 12:23:00 -0700 |
---|---|---|
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2015-07-14 09:26:50 +0300 |
commit | 966cc4b5dbce82e585ef0167f71abe719d89db7c (patch) | |
tree | 250b0b4ff2882b208d7b9f15c37558bde950631a /tools | |
parent | 66f2a383c440e8346fa6cbed8ea06d5ae382b9d4 (diff) |
zunitc: Fix some minor grammatical errors in dox
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/zunitc/doc/zunitc.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/zunitc/doc/zunitc.dox b/tools/zunitc/doc/zunitc.dox index 0222690b..cef6c340 100644 --- a/tools/zunitc/doc/zunitc.dox +++ b/tools/zunitc/doc/zunitc.dox @@ -103,7 +103,7 @@ before invoking ZUC_RUN_TESTS(). The current implementation defers processing of command-line parameters to the main application hosting the testing. It is possible that a -helper to process certain parameters may be added. +helper function to process certain parameters may be added. @subsection zunitc_execution_matching Matching Patterns for Tests @@ -133,7 +133,7 @@ Test ordering can be randomized by setting a non-zero positive value to zuc_set_random(). Setting it to 1 will cause the framework to pick a random seed based on the time. A value greater than 1 will be taken as a random seed itself. And setting it to 0 will disable randomization and -allow the test to be executed in their natural ordering. +allow the tests to be executed in their natural ordering. @section zunitc_fixtures Fixtures |