summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-15 13:01:13 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-15 13:01:13 +0100
commit4c71cb049493fbd0287bec51308f065e08ff556f (patch)
treeb3ef7d1d92cf51548ff0dfba58afd07156c058f4 /include
parent0dfb2a95f51c3a3459ee991b23313fc82b0ac598 (diff)
chore: boot.h: Documentation improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include')
-rw-r--r--include/boot.h2
1 files changed, 1 insertions, 1 deletions
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;