From 4c71cb049493fbd0287bec51308f065e08ff556f Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 15 Jan 2026 13:01:13 +0100 Subject: chore: boot.h: Documentation improvements. Signed-off-by: Amlal El Mahrouss --- include/boot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boot.h b/include/boot.h index 02f87c5..9039859 100644 --- a/include/boot.h +++ b/include/boot.h @@ -134,7 +134,7 @@ static inline void __sync_synchronize(void) { volatile nb_proc_t proc_##offset = (volatile nb_proc_t)(struct->offset); \ proc_##offset(); -/// @brief Binary64 representation (IEE 7554) in a C structure +/// @brief Float point number representation (IEEE 754) typedef union { struct { char __sign; -- cgit v1.2.3