]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Typo corrected
authorjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 30 Dec 2008 07:06:28 +0000 (07:06 +0000)
committerjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 30 Dec 2008 07:06:28 +0000 (07:06 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7152 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcRtc.c
MdeModulePkg/Universal/Variable/Pei/VariablePei.inf

index e06553187a0131568a1c57d9a212781419c9ab00..a03b5150cb7340070803724a0107bb3f529dfdf0 100644 (file)
@@ -1,7 +1,7 @@
 #/** @file\r
 #  \r
 #  SCSI bus driver. This driver scans all SCSI devices and creates a device handle for\r
-#  each of them. After this the driver installs the Path Device Protocol and SCSI I/O Protocol on\r
+#  each of them. After this the driver installs the Device Path Protocol and SCSI I/O Protocol on\r
 #  these handles.\r
 #  \r
 #  Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
index e9e4daa20b59dd78f4228c3cf7531da04d95864e..18ed9f006d94db210dcf254adb08af170ed445cd 100644 (file)
@@ -306,7 +306,7 @@ PcRtcGetTime (
     EfiReleaseLock (&Global->RtcLock);\r
   }\r
   //\r
-  // Get the variable that containts the TimeZone and Daylight fields\r
+  // Get the variable that contains the TimeZone and Daylight fields\r
   //\r
   Time->TimeZone  = Global->SavedTimeZone;\r
   Time->Daylight  = Global->Daylight;\r
@@ -431,7 +431,7 @@ PcRtcSetTime (
     EfiReleaseLock (&Global->RtcLock);\r
   }\r
   //\r
-  // Set the variable that containts the TimeZone and Daylight fields\r
+  // Set the variable that contains the TimeZone and Daylight fields\r
   //\r
   Global->SavedTimeZone = Time->TimeZone;\r
   Global->Daylight      = Time->Daylight;\r
@@ -454,7 +454,7 @@ PcRtcSetTime (
   Returns the current wakeup alarm clock setting.\r
 \r
   @param  Enabled  Indicates if the alarm is currently enabled or disabled.\r
-  @param  Pending  Indicates if the alarm signal is pending and requires acknowledgement.\r
+  @param  Pending  Indicates if the alarm signal is pending and requires acknowledgment.\r
   @param  Time     The current alarm setting.\r
   @param  Global   For global use inside this module.\r
 \r
@@ -480,7 +480,7 @@ PcRtcGetWakeupTime (
   UINT8           Century;\r
 \r
   //\r
-  // Check paramters for null pointers\r
+  // Check parameters for null pointers\r
   //\r
   if ((Enabled == NULL) || (Pending == NULL) || (Time == NULL)) {\r
     return EFI_INVALID_PARAMETER;\r
@@ -676,7 +676,7 @@ PcRtcSetWakeupTime (
 }\r
 \r
 /**\r
-  See if centry register of RTC is valid.\r
+  See if century register of RTC is valid.\r
 \r
   @retval  EFI_SUCCESS       Century register is valid.\r
   @retval  EFI_DEVICE_ERROR  Century register is NOT valid.\r
@@ -910,12 +910,12 @@ DayValid (
 }\r
 \r
 /**\r
-  Check if it is a leapyear.\r
+  Check if it is a leap year.\r
 \r
   @param    Time   The time to be checked.\r
 \r
-  @retval   TRUE   It is a leapyear.\r
-  @retval   FALSE  It is NOT a leapyear.\r
+  @retval   TRUE   It is a leap year.\r
+  @retval   FALSE  It is NOT a leap year.\r
 **/\r
 BOOLEAN\r
 IsLeapYear (\r
index 06a166fb14fd3ad7e0ece348bcd6c06d54899af4..44fdbd88a8e69fa333201f4d2ee368ce61b8301a 100644 (file)
@@ -1,7 +1,7 @@
 #/** @file\r
 #\r
 #  Implement ReadOnly Variable Services required by PEIM and install\r
-#  PEI ReadOnly Varaiable2 PPI. These services operates the non volatile storage space.\r
+#  PEI ReadOnly Varaiable2 PPI. These services operates the non-volatile storage space.\r
 #\r
 #  Copyright (c) 2006 - 2008, Intel Corporation<BR>\r
 #  All rights reserved. This program and the accompanying materials\r