diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-05 08:44:03 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-05 08:44:03 +0000 |
commit | 9e604fe42d90c05adb08cf86bc1843c436f523dc (patch) | |
tree | da06ce751d15b25a4d5aebf936334ac914d28e32 /MdeModulePkg/Universal/DebugPortDxe/DebugPort.c | |
parent | e1a590c3e7d1d4947d870944408f1471e3655e2f (diff) | |
download | edk2-platforms-9e604fe42d90c05adb08cf86bc1843c436f523dc.tar.xz |
ECC clean up.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6405 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/DebugPortDxe/DebugPort.c')
-rw-r--r-- | MdeModulePkg/Universal/DebugPortDxe/DebugPort.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/DebugPortDxe/DebugPort.c b/MdeModulePkg/Universal/DebugPortDxe/DebugPort.c index b91003f212..932c772d48 100644 --- a/MdeModulePkg/Universal/DebugPortDxe/DebugPort.c +++ b/MdeModulePkg/Universal/DebugPortDxe/DebugPort.c @@ -114,7 +114,7 @@ GetDebugPortVariable ( //
/**
- Debug Port Driver entry pointo.
+ Debug Port Driver entry point.
Reads DebugPort variable to determine what device and settings to use as the
debug port. Binds exclusively to SerialIo. Reverts to defaults if no variable
|