diff options
Diffstat (limited to 'BeagleBoardPkg/Sec/Sec.c')
-rw-r--r-- | BeagleBoardPkg/Sec/Sec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BeagleBoardPkg/Sec/Sec.c b/BeagleBoardPkg/Sec/Sec.c index 931fb58eec..50db72ae69 100644 --- a/BeagleBoardPkg/Sec/Sec.c +++ b/BeagleBoardPkg/Sec/Sec.c @@ -159,7 +159,7 @@ CEntryPoint ( DEBUG ((EFI_D_ERROR, "UART Enabled\n"));
- // Start up a free running time so that the timer lib will work
+ // Start up a free running timer so that the timer lib will work
TimerInit ();
// SEC phase needs to run library constructors by hand.
|