summaryrefslogtreecommitdiffhomepage
path: root/lib/mp-bit.h
diff options
context:
space:
mode:
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