From 55d1f9874541859eeb90d5576e8032c5dd9cb216 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:44:41 -0500 Subject: [PATCH] spelling: stress Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/mfg/mfg_apps/mfg_flash_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/mfg/mfg_apps/mfg_flash_test.c b/src/fw/mfg/mfg_apps/mfg_flash_test.c index 2d8fd1db..09065c70 100644 --- a/src/fw/mfg/mfg_apps/mfg_flash_test.c +++ b/src/fw/mfg/mfg_apps/mfg_flash_test.c @@ -581,7 +581,7 @@ static FlashTestErrorType setup_stress_addr_test(void) { return FLASH_TEST_SUCCESS; } -// Run address read/write stess test - if iterations is 0, then stop only when button is pushed; +// Run address read/write stress test - if iterations is 0, then stop only when button is pushed; // else go until iterations hit static FlashTestErrorType prv_run_stress_addr_test(uint32_t iterations) { PBL_LOG(LOG_LEVEL_DEBUG, ">START - STRESS TEST 1");