diff options
Diffstat (limited to 'EdkModulePkg/Library/EdkUefiRuntimeLib')
-rw-r--r-- | EdkModulePkg/Library/EdkUefiRuntimeLib/Common/RuntimeService.c | 8 | ||||
-rw-r--r-- | EdkModulePkg/Library/EdkUefiRuntimeLib/Ipf/RuntimeService.c | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/EdkModulePkg/Library/EdkUefiRuntimeLib/Common/RuntimeService.c b/EdkModulePkg/Library/EdkUefiRuntimeLib/Common/RuntimeService.c index 42a872cd5a..013c3f159f 100644 --- a/EdkModulePkg/Library/EdkUefiRuntimeLib/Common/RuntimeService.c +++ b/EdkModulePkg/Library/EdkUefiRuntimeLib/Common/RuntimeService.c @@ -68,7 +68,7 @@ Routine Description: Arguments:
Time - A pointer to storage to receive a snapshot of the current time.
- Capabilities - An optional pointer to a buffer to receive the real time clock device¡¯s
+ Capabilities - An optional pointer to a buffer to receive the real time clock device's
capabilities.
Returns:
@@ -180,7 +180,7 @@ Routine Description: Arguments:
VariableName - A Null-terminated Unicode string that is the name of the
- vendor¡¯s variable.
+ vendor's variable.
VendorGuid - A unique identifier for the vendor.
Attributes - If not NULL, a pointer to the memory location to return the
attributes bitmask for the variable.
@@ -248,7 +248,7 @@ Routine Description: Arguments:
VariableName - A Null-terminated Unicode string that is the name of the
- vendor¡¯s variable.
+ vendor's variable.
VendorGuid - A unique identifier for the vendor.
Attributes - Attributes bitmask to set for the variable.
DataSize - The size in bytes of the Data buffer.
@@ -272,7 +272,7 @@ EfiGetNextHighMonotonicCount ( Routine Description:
- Returns the next high 32 bits of the platform¡¯s monotonic counter.
+ Returns the next high 32 bits of the platform's monotonic counter.
Arguments:
diff --git a/EdkModulePkg/Library/EdkUefiRuntimeLib/Ipf/RuntimeService.c b/EdkModulePkg/Library/EdkUefiRuntimeLib/Ipf/RuntimeService.c index 13fa9d7e0a..159a53fc0e 100644 --- a/EdkModulePkg/Library/EdkUefiRuntimeLib/Ipf/RuntimeService.c +++ b/EdkModulePkg/Library/EdkUefiRuntimeLib/Ipf/RuntimeService.c @@ -81,7 +81,7 @@ Routine Description: Arguments:
Time - A pointer to storage to receive a snapshot of the current time.
- Capabilities - An optional pointer to a buffer to receive the real time clock device¡¯s
+ Capabilities - An optional pointer to a buffer to receive the real time clock device's
capabilities.
Returns:
@@ -209,7 +209,7 @@ Routine Description: Arguments:
VariableName - A Null-terminated Unicode string that is the name of the
- vendor¡¯s variable.
+ vendor's variable.
VendorGuid - A unique identifier for the vendor.
Attributes - If not NULL, a pointer to the memory location to return the
attributes bitmask for the variable.
@@ -305,7 +305,7 @@ Routine Description: Arguments:
VariableName - A Null-terminated Unicode string that is the name of the
- vendor¡¯s variable.
+ vendor's variable.
VendorGuid - A unique identifier for the vendor.
Attributes - Attributes bitmask to set for the variable.
DataSize - The size in bytes of the Data buffer.
@@ -343,7 +343,7 @@ EfiGetNextHighMonotonicCount ( Routine Description:
- Returns the next high 32 bits of the platform¡¯s monotonic counter.
+ Returns the next high 32 bits of the platform's monotonic counter.
Arguments:
|