From d46161e9eaaca8ec1d95f52461feb9647a99d5f3 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sat, 30 Mar 2013 21:01:13 +0100 Subject: intel/microcode.h: Fix typo in comment: micr*o*code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: http://review.coreboot.org/2992 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/include/cpu/intel/microcode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3