diff --git a/tests/fw/comm/test_gap_le_advert.c b/tests/fw/comm/test_gap_le_advert.c index 22dda29c..0e5c8473 100644 --- a/tests/fw/comm/test_gap_le_advert.c +++ b/tests/fw/comm/test_gap_le_advert.c @@ -95,7 +95,7 @@ void test_gap_le_advert__initialize(void) { s_unscheduled_job = NULL; s_unscheduled_completed = false; - // This bypasses the work-around for the CC2564 advertising bug, that pauses the round-robinning + // This bypasses the work-around for the CC2564 advertising bug, that pauses the round-robining // through scheduled advertisement jobs: s_is_connected_as_slave = true;