Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dv,clkmgr] Fix trivial typos #26312

Merged
merged 1 commit into from
Feb 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading