From 38f822cff27f11fce5734e375d0d00f72dc243b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Wed, 7 May 2025 10:44:38 +0200 Subject: [PATCH] tests: Bluetooth: fix misspelling of brief in doxygen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes trivial typo Co-authored-by: Harry Martin <48959255+Harry-Martin@users.noreply.github.com> Signed-off-by: Benjamin Cabé --- .../controller/ctrl_isoal/src/sub_sets/isoal_test_rx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bluetooth/controller/ctrl_isoal/src/sub_sets/isoal_test_rx.c b/tests/bluetooth/controller/ctrl_isoal/src/sub_sets/isoal_test_rx.c index 1422d56ee3a..1f6e1157adf 100644 --- a/tests/bluetooth/controller/ctrl_isoal/src/sub_sets/isoal_test_rx.c +++ b/tests/bluetooth/controller/ctrl_isoal/src/sub_sets/isoal_test_rx.c @@ -353,7 +353,7 @@ static uint32_t get_next_time_offset(uint32_t time_offset, } /** - * @breif Wrapper to test time wrapping + * @brief Wrapper to test time wrapping * @param time_now Current time value * @param time_diff Time difference (signed) * @return Wrapped time after difference