diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2013-03-30 21:01:13 +0100 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-04-03 19:19:09 +0200 |
commit | d46161e9eaaca8ec1d95f52461feb9647a99d5f3 (patch) | |
tree | 02b1b20251da5e33eed4d33d9c74a4ff72fb686d /src/include/cpu/intel | |
parent | 64a7ed6dfae7e8d780930aad153f15e2c48753c3 (diff) |
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@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/2992
Reviewed-by: Aaron Durbin <adurbin@google.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/include/cpu/intel')
-rw-r--r-- | src/include/cpu/intel/microcode.h | 2 |
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 |