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:
Paul Menzel 2017-10-14 13:24:06 +02:00 committed by Martin Roth
parent ceb52711d7
commit 1d6002a27c
2 changed files with 2 additions and 2 deletions

View File

@ -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 modify the state of the hardware while servicing SMIs.
*/

View File

@ -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
* modify the state of the hardware while servicing SMIs.
*/