summaryrefslogtreecommitdiffhomepage
path: root/lib/mp-bit.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-07-31 08:57:14 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-07-31 08:57:14 +0100
commit1891d7343a9ac25ab157c4495581a0fcbd7fbcbf (patch)
treec6da72fdf5db30c67c28e968883f869ee57600d0 /lib/mp-bit.h
parent18d33e155d2f56e59eb49dadbb30ab2f7ac3e852 (diff)
feat! refactor NeBoot for NeKernel.org v1.0.0
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'lib/mp-bit.h')
-rw-r--r--lib/mp-bit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mp-bit.h b/lib/mp-bit.h
index 869c7c3..924fcdf 100644
--- a/lib/mp-bit.h
+++ b/lib/mp-bit.h
@@ -7,7 +7,7 @@
#ifndef __BITMANIP_H__
#define __BITMANIP_H__
-/// Name: CoreBoot Bits API.
+/// Name: NeBoot Bits API.
/// Purpose: Bit manip helpers.
#define cb_set_bit(X, O) X = (1 << O) | X