[coreboot-gerrit] New patch to review for coreboot: ac9f481 intel/microcode.h: Fix typo in comment: micr*o*code

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Sat Mar 30 21:05:49 CET 2013


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2992

-gerrit

commit ac9f4818cb7e95ea8da1688248b8aecf86c6a6c8
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Sat Mar 30 21:01:13 2013 +0100

    intel/microcode.h: Fix typo in comment: micr*o*code
    
    Introduced in commit »intel microcode: split up microcode loading
    stages« (98ffb426) [1].
    
    [1] http://review.coreboot.org/2778
    
    Change-Id: I626508b10f3998b43aaabd49853090b36f5d3eb0
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 src/include/cpu/intel/microcode.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/cpu/intel/microcode.h b/src/include/cpu/intel/microcode.h
index 7a291e2..9e4773e 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



More information about the coreboot-gerrit mailing list