summaryrefslogtreecommitdiffstats
path: root/DuetPkg/PciBusNoEnumerationDxe
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2016-10-19 15:01:11 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2016-11-15 11:05:33 +0800
commit34f5c23452b3bbc43ebfe8aaa8f2fdcd35669dc3 (patch)
treec8070e8c8b5113792f70252129220c358d002fb7 /DuetPkg/PciBusNoEnumerationDxe
parent94e4bcbb5efaf86440e89293d80b0a73781fff12 (diff)
downloadedk2-34f5c23452b3bbc43ebfe8aaa8f2fdcd35669dc3.tar.gz
edk2-34f5c23452b3bbc43ebfe8aaa8f2fdcd35669dc3.tar.bz2
edk2-34f5c23452b3bbc43ebfe8aaa8f2fdcd35669dc3.zip
DuetPkg: Fix typos in comments
- TURE -> TRUE - successull -> successfully - Libary -> Library - Incude -> Include - futhure -> future - Predfined -> Predefined - minimue -> minimum - predeined -> predefined - excute -> execute - dirver -> driver - hanlde -> handle - boundry -> boundary Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <glin@suse.com>
Diffstat (limited to 'DuetPkg/PciBusNoEnumerationDxe')
-rw-r--r--DuetPkg/PciBusNoEnumerationDxe/PciBus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/DuetPkg/PciBusNoEnumerationDxe/PciBus.h b/DuetPkg/PciBusNoEnumerationDxe/PciBus.h
index 3ddb5bfb85..150196cfd6 100644
--- a/DuetPkg/PciBusNoEnumerationDxe/PciBus.h
+++ b/DuetPkg/PciBusNoEnumerationDxe/PciBus.h
@@ -137,7 +137,7 @@ typedef struct _PCI_IO_DEVICE {
LIST_ENTRY ChildList;
//
- // TURE if the PCI bus driver creates the handle for this PCI device
+ // TRUE if the PCI bus driver creates the handle for this PCI device
//
BOOLEAN Registered;