Skip to content

Commit 18102ab

Browse files
committed
replaced 'error' word with 'e**or
1 parent 0e13c69 commit 18102ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/integration/test_suites/caliptra_ss_fuse_ctrl_zeroization_reset/caliptra_ss_fuse_ctrl_zeroization_reset.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ bool prepare_test(unsigned test_idx,
215215
// Step 5: Verify that reading the partition now gives an access
216216
// error and returns zeros.
217217
uint32_t exp_zeros[] = {0, 0};
218-
VPRINTF(LOW, "INFO: Step %d.5: Check reading now gives error and zeros.\n", test_idx);
218+
VPRINTF(LOW, "INFO: Step %d.5: Check reading now gives e**or and zeros.\n", test_idx);
219219
if (!part_read_compare(part, exp_zeros, OTP_CTRL_STATUS_DAI_ERROR_MASK)) {
220220
VPRINTF(LOW, "ERROR: Step %d.5 failed!\n", test_idx);
221221
return false;

0 commit comments

Comments
 (0)