summaryrefslogtreecommitdiff
path: root/lib/common/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common/compiler.h')
-rw-r--r--lib/common/compiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common/compiler.h b/lib/common/compiler.h
index 7f561282ca35e..0836e3ed27a39 100644
--- a/lib/common/compiler.h
+++ b/lib/common/compiler.h
@@ -40,7 +40,7 @@
/**
* FORCE_INLINE_TEMPLATE is used to define C "templates", which take constant
- * parameters. They must be inlined for the compiler to elimininate the constant
+ * parameters. They must be inlined for the compiler to eliminate the constant
* branches.
*/
#define FORCE_INLINE_TEMPLATE static INLINE_KEYWORD FORCE_INLINE_ATTR