]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix some typo.
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 17 Dec 2008 09:35:12 +0000 (09:35 +0000)
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 17 Dec 2008 09:35:12 +0000 (09:35 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7067 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.c
MdeModulePkg/Library/UefiHiiLib/HiiLib.c
MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c

index d2a751a8ed5d316b33790d275e5fe1aada36e9db..95d5c8c0a9a3544b5268b72d8e4117acab5e489a 100644 (file)
@@ -229,7 +229,7 @@ ScsiDiskDriverBindingStart (
     );\r
 \r
   //\r
-  // Retrive device information\r
+  // Retrieve device information\r
   //\r
   MaxRetry = 2;\r
   for (Index = 0; Index < MaxRetry; Index++) {\r
index 975a064a394901d3d53ccf8e0b522d40dfb71c1a..f5544d9fce21982e6fd4684bb1fc148551d2a507 100644 (file)
@@ -97,7 +97,7 @@ InternalHiiLibPreparePackages (
   MarkerBackup = Marker;\r
 \r
   //\r
-  // Count the lenth of the final package list.\r
+  // Count the length of the final package list.\r
   //\r
   for (Index = 0; Index < NumberOfPackages; Index++) {\r
     CopyMem (&PackageLength, VA_ARG (Marker, VOID *), sizeof (UINT32));\r
@@ -108,7 +108,7 @@ InternalHiiLibPreparePackages (
   }\r
 \r
   //\r
-  // Include the lenght of EFI_HII_PACKAGE_END\r
+  // Include the length of EFI_HII_PACKAGE_END\r
   //\r
   PackageListLength += sizeof (EFI_HII_PACKAGE_HEADER);\r
   PackageListHeader = AllocateZeroPool (PackageListLength);\r
@@ -186,7 +186,7 @@ HiiLibPreparePackageList (
   GuidId,  and the variable length argument list of package pointers.\r
 \r
   Then, EFI_HII_PACKAGE_LIST will be register to the default System HII Database. The\r
-  Handle to the newly registered Package List is returned throught HiiHandle.\r
+  Handle to the newly registered Package List is returned through HiiHandle.\r
 \r
   If HiiHandle is NULL, then ASSERT.\r
 \r
index f2f7d4caecf96064ee1732938b770a0930530d3a..3ba28c8ae75dbbd7dc5738b1915f4052798ca614 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Console Platfrom DXE Driver, install Console Device Guids and update Console\r
+  Console Platform DXE Driver, install Console Device Guids and update Console\r
   Environment Variables.\r
 \r
 Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r