diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-05-18 20:31:03 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-05-18 20:31:03 +0000 |
commit | b830c1dfc06363bf4a33ede0e923c38043f66843 (patch) | |
tree | 0edbc7cca10929dacd17c45eb245e2422f705130 /BeagleBoardPkg/Sec/Sec.c | |
parent | c9b34b8cb315599b94be2f405605466b90bc562b (diff) | |
download | edk2-platforms-b830c1dfc06363bf4a33ede0e923c38043f66843.tar.xz |
Fix grammer in comment
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10507 6f19259b-4bc3-4df7-8a09-765794883524
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.
|