diff options
author | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-30 07:34:44 +0000 |
---|---|---|
committer | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-30 07:34:44 +0000 |
commit | 7601dbe7c5ed94c859600649fc316918bb3572b3 (patch) | |
tree | 1a1c1bea9eec1ca8f1701a123a5a53c4419a8527 /MdeModulePkg/Universal/DebugPortDxe | |
parent | cfcbb8bc5428cf3d86107913be4e33ee323d13c9 (diff) | |
download | edk2-7601dbe7c5ed94c859600649fc316918bb3572b3.tar.gz edk2-7601dbe7c5ed94c859600649fc316918bb3572b3.tar.bz2 edk2-7601dbe7c5ed94c859600649fc316918bb3572b3.zip |
Check comments, format and fix some typo.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7154 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/DebugPortDxe')
-rw-r--r-- | MdeModulePkg/Universal/DebugPortDxe/DebugPort.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/DebugPortDxe/DebugPort.h b/MdeModulePkg/Universal/DebugPortDxe/DebugPort.h index 71d9e089d5..739b482cf0 100644 --- a/MdeModulePkg/Universal/DebugPortDxe/DebugPort.h +++ b/MdeModulePkg/Universal/DebugPortDxe/DebugPort.h @@ -84,7 +84,7 @@ typedef struct { #define IS_UART_DEVICEPATH(dp) (DevicePathType (dp) == MESSAGING_DEVICE_PATH && DevicePathSubType (dp) == MSG_UART_DP)
/**
- 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
|