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
|
@ -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…
Reference in New Issue