aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-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 9170c02dd8..af06dd1543 100644
--- a/src/include/cpu/intel/microcode.h
+++ b/src/include/cpu/intel/microcode.h
@@ -31,7 +31,7 @@ void intel_microcode_load_unlocked(const void *microcode_patch);
* required, will skip microcode update if true. */
int soc_skip_ucode_update(u32 currrent_patch_id, u32 new_patch_id);
-/* return the the version of the currently running microcode */
+/* return the version of the currently running microcode */
uint32_t get_current_microcode_rev(void);
/* extract microcode revision from the given patch */