Skip to content

Commit

Permalink
[dv,clkmgr] Fix trivial typos
Browse files Browse the repository at this point in the history
Signed-off-by: Guillermo Maturana <[email protected]>
  • Loading branch information
matutem authored and jwnrt committed Feb 15, 2025
1 parent 83fd4eb commit 7166c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sw/device/tests/clkmgr_jitter_frequency_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ OTTF_DEFINE_TEST_CONFIG();
* When jitter is enabled it checks that using jitter thresholds the checks
* pass, and with normal thresholds we encounter recoverable errors.
*
* When jitter is disabled it checks that neither sets of thresholds cause
* When jitter is disabled it checks that neither set of thresholds cause
* errors.
*
* The test flow depends on jitter enable lock:
Expand Down Expand Up @@ -89,7 +89,7 @@ static void test_clock_frequencies_with_jitter_disabled(uint32_t delay_micros) {
// This checks there are no errors.
CHECK_STATUS_OK(clkmgr_testutils_check_measurement_counts(&clkmgr));
CHECK_STATUS_OK(clkmgr_testutils_disable_clock_counts(&clkmgr));
// Set thresholds for jitter disabled expecting no ailures.
// Set thresholds for jitter disabled expecting no failures.
CHECK_STATUS_OK(clkmgr_testutils_enable_clock_counts_with_expected_thresholds(
&clkmgr, /*jitter_enabled=*/true, /*external_clk=*/false,
/*low_speed=*/false));
Expand Down

0 comments on commit 7166c4f

Please sign in to comment.