summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Ppi/Pcd.h
diff options
context:
space:
mode:
authormyronporter <myronporter@6f19259b-4bc3-4df7-8a09-765794883524>2010-03-12 22:19:12 +0000
committermyronporter <myronporter@6f19259b-4bc3-4df7-8a09-765794883524>2010-03-12 22:19:12 +0000
commitaf2dc6a70b9380d702bd0720cdb029d630c505e3 (patch)
treec529d460dbe0b6adbf5b2177f4e532dbb27868d2 /MdePkg/Include/Ppi/Pcd.h
parent636f2be673b2f43518167d8fddae56b714f19314 (diff)
downloadedk2-af2dc6a70b9380d702bd0720cdb029d630c505e3.tar.gz
edk2-af2dc6a70b9380d702bd0720cdb029d630c505e3.tar.bz2
edk2-af2dc6a70b9380d702bd0720cdb029d630c505e3.zip
Grammatical and disclaimer changes (does not follow internal C coding stds.)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10235 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Ppi/Pcd.h')
-rw-r--r--MdePkg/Include/Ppi/Pcd.h40
1 files changed, 20 insertions, 20 deletions
diff --git a/MdePkg/Include/Ppi/Pcd.h b/MdePkg/Include/Ppi/Pcd.h
index a2e8d9b04a..6c3b511e9a 100644
--- a/MdePkg/Include/Ppi/Pcd.h
+++ b/MdePkg/Include/Ppi/Pcd.h
@@ -6,14 +6,14 @@
The interfaces for dynamic type PCD do not require the token space guid as parameter,
but interfaces for dynamic-ex type PCD require token space guid as parameter.
- Copyright (c) 2006 - 2010, Intel Corporation
- All rights reserved. This program and the accompanying materials
- are licensed and made available under the terms and conditions of the BSD License
- which accompanies this distribution. The full text of the license may be found at
- http://opensource.org/licenses/bsd-license.php
+Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved<BR>
+This program and the accompanying materials are licensed and made available under
+the terms and conditions of the BSD License that accompanies this distribution.
+The full text of the license may be found at
+http://opensource.org/licenses/bsd-license.php.
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
@@ -363,7 +363,7 @@ UINTN
@param[in] TokenNumber The PCD token number.
@param[in] Value The value to set for the PCD token.
- @retval EFI_SUCCESS Procedure returned successfully.
+ @retval EFI_SUCCESS The procedure returned successfully.
@retval EFI_INVALID_PARAMETER The PCD service determined that the size of the data
being set was incompatible with a call to this function.
Use GetSize() to retrieve the size of the target data.
@@ -389,7 +389,7 @@ EFI_STATUS
@param[in] TokenNumber The PCD token number.
@param[in] Value The value to set for the PCD token.
- @retval EFI_SUCCESS Procedure returned successfully.
+ @retval EFI_SUCCESS The procedure returned successfully.
@retval EFI_INVALID_PARAMETER The PCD service determined that the size of the data
being set was incompatible with a call to this function.
Use GetSize() to retrieve the size of the target data.
@@ -415,7 +415,7 @@ EFI_STATUS
@param[in] TokenNumber The PCD token number.
@param[in] Value The value to set for the PCD token.
- @retval EFI_SUCCESS Procedure returned successfully.
+ @retval EFI_SUCCESS The procedure returned successfully.
@retval EFI_INVALID_PARAMETER The PCD service determined that the size of the data
being set was incompatible with a call to this function.
Use GetSize() to retrieve the size of the target data.
@@ -441,7 +441,7 @@ EFI_STATUS
@param[in] TokenNumber The PCD token number.
@param[in] Value The value to set for the PCD token.
- @retval EFI_SUCCESS Procedure returned successfully.
+ @retval EFI_SUCCESS The procedure returned successfully.
@retval EFI_INVALID_PARAMETER The PCD service determined that the size of the data
being set was incompatible with a call to this function.
Use GetSize() to retrieve the size of the target data.
@@ -469,7 +469,7 @@ EFI_STATUS
the maximum size supported for this TokenNumber.
@param[in] Buffer The buffer to set for the PCD token.
- @retval EFI_SUCCESS Procedure returned successfully.
+ @retval EFI_SUCCESS The procedure returned successfully.
@retval EFI_INVALID_PARAMETER The PCD service determined that the size of the data
being set was incompatible with a call to this function.
Use GetSize() to retrieve the size of the target data.
@@ -494,7 +494,7 @@ EFI_STATUS
@param[in] TokenNumber The PCD token number.
@param[in] Value The value to set for the PCD token.
- @retval EFI_SUCCESS Procedure returned successfully.
+ @retval EFI_SUCCESS The procedure returned successfully.
@retval EFI_INVALID_PARAMETER The PCD service determined that the size of the data
being set was incompatible with a call to this function.
Use GetSize() to retrieve the size of the target data.
@@ -521,7 +521,7 @@ EFI_STATUS
@param[in] TokenNumber The PCD token number.
@param[in] Value The value to set for the PCD token.
- @retval EFI_SUCCESS Procedure returned successfully.
+ @retval EFI_SUCCESS The procedure returned successfully.
@retval EFI_INVALID_PARAMETER The PCD service determined that the size of the data
being set was incompatible with a call to this function.
Use GetSize() to retrieve the size of the target data.
@@ -549,7 +549,7 @@ EFI_STATUS
@param[in] TokenNumber The PCD token number.
@param[in] Value The value to set for the PCD token.
- @retval EFI_SUCCESS Procedure returned successfully.
+ @retval EFI_SUCCESS The procedure returned successfully.
@retval EFI_INVALID_PARAMETER The PCD service determined that the size of the data
being set was incompatible with a call to this function.
Use GetSize() to retrieve the size of the target data.
@@ -577,7 +577,7 @@ EFI_STATUS
@param[in] TokenNumber The PCD token number.
@param[in] Value The value to set for the PCD token.
- @retval EFI_SUCCESS Procedure returned successfully.
+ @retval EFI_SUCCESS The procedure returned successfully.
@retval EFI_INVALID_PARAMETER The PCD service determined that the size of the data
being set was incompatible with a call to this function.
Use GetSize() to retrieve the size of the target data.
@@ -605,7 +605,7 @@ EFI_STATUS
@param[in] TokenNumber The PCD token number.
@param[in] Value The value to set for the PCD token.
- @retval EFI_SUCCESS Procedure returned successfully.
+ @retval EFI_SUCCESS The procedure returned successfully.
@retval EFI_INVALID_PARAMETER The PCD service determined that the size of the data
being set was incompatible with a call to this function.
Use GetSize() to retrieve the size of the target data.
@@ -637,7 +637,7 @@ EFI_STATUS
the maximum size supported for this TokenNumber.
@param[in] Buffer The buffer to set for the PCD token.
- @retval EFI_SUCCESS Procedure returned successfully.
+ @retval EFI_SUCCESS The procedure returned successfully.
@retval EFI_INVALID_PARAMETER The PCD service determined that the size of the data
being set was incompatible with a call to this function.
Use GetSize() to retrieve the size of the target data.
@@ -664,7 +664,7 @@ EFI_STATUS
@param[in] TokenNumber The PCD token number.
@param[in] Value The value to set for the PCD token.
- @retval EFI_SUCCESS Procedure returned successfully.
+ @retval EFI_SUCCESS The procedure returned successfully.
@retval EFI_INVALID_PARAMETER The PCD service determined that the size of the data
being set was incompatible with a call to this function.
Use GetSize() to retrieve the size of the target data.
@@ -803,7 +803,7 @@ EFI_STATUS
@param[in, out] Guid An indirect pointer to EFI_GUID. On input it designates a known
token namespace from which the search will start. On output, it designates
the next valid token namespace on the platform. If the input token namespace
- does not exist on the platform, an error is returned and the value of *Guid is
+ does not exist on the platform, an error is returned, and the value of *Guid is
undefined.
@retval EFI_SUCCESS The PCD service has retrieved the next valid token namespace.