summaryrefslogtreecommitdiffstats
path: root/BeagleBoardPkg/Sec
diff options
context:
space:
mode:
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-05-18 20:31:03 +0000
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-05-18 20:31:03 +0000
commitb830c1dfc06363bf4a33ede0e923c38043f66843 (patch)
tree0edbc7cca10929dacd17c45eb245e2422f705130 /BeagleBoardPkg/Sec
parentc9b34b8cb315599b94be2f405605466b90bc562b (diff)
downloadedk2-b830c1dfc06363bf4a33ede0e923c38043f66843.tar.gz
edk2-b830c1dfc06363bf4a33ede0e923c38043f66843.tar.bz2
edk2-b830c1dfc06363bf4a33ede0e923c38043f66843.zip
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')
-rw-r--r--BeagleBoardPkg/Sec/Sec.c2
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.