aboutsummaryrefslogtreecommitdiff
path: root/src/include/cpu/intel
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/cpu/intel')
-rw-r--r--src/include/cpu/intel/microcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/cpu/intel/microcode.h b/src/include/cpu/intel/microcode.h
index 7a291e2f27..9e4773e847 100644
--- a/src/include/cpu/intel/microcode.h
+++ b/src/include/cpu/intel/microcode.h
@@ -27,7 +27,7 @@ void intel_update_microcode_from_cbfs(void);
* NULL if none found. */
const void *intel_microcode_find(void);
/* It is up to the caller to determine if parallel loading is possible as
- * well as ensuring the micrcode matches the family and revision (i.e. with
+ * well as ensuring the microcode matches the family and revision (i.e. with
* intel_microcode_find()). */
void intel_microcode_load_unlocked(const void *microcode_patch);
#else