mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
cpu/amd: Fix spelling of *implementation*
Change-Id: I3ef810ee59492c8d7147934e61523c8fd223863b Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de> Reviewed-on: https://review.coreboot.org/22013 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
ceb52711d7
commit
1d6002a27c
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* udelay() impementation for SMI handlers
|
* udelay() implementation for SMI handlers
|
||||||
* This is neat in that it never writes to hardware registers, and thus does
|
* This is neat in that it never writes to hardware registers, and thus does
|
||||||
* not modify the state of the hardware while servicing SMIs.
|
* not modify the state of the hardware while servicing SMIs.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* udelay() impementation for SMI handlers
|
* udelay() implementation for SMI handlers
|
||||||
* This is neat in that it never writes to hardware registers, and thus does not
|
* This is neat in that it never writes to hardware registers, and thus does not
|
||||||
* modify the state of the hardware while servicing SMIs.
|
* modify the state of the hardware while servicing SMIs.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue