]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Framework/DxeCis.h
Grammatical and disclaimer changes (does not follow internal C coding stds.)
[mirror_edk2.git] / IntelFrameworkPkg / Include / Framework / DxeCis.h
index 899b5147233490934a5179a8a62b5a47004f7e3b..4c5fc43c15dbc4875449bbda9db26da670d7a09d 100644 (file)
@@ -2,14 +2,14 @@
   Include file for definitions in the Intel Platform Innovation Framework for EFI\r
   Driver Execution Environment Core Interface Specification (DXE CIS) Version 0.91.\r
 \r
-  Copyright (c) 2007 - 2010, Intel Corporation\r
-  All rights reserved. This program and the accompanying materials\r
-  are licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+Copyright (c) 2007 - 2010, Intel Corporation.  All rights reserved<BR>\r
+This program and the accompanying materials are licensed and made available under \r
+the terms and conditions of the BSD License that accompanies this distribution.  \r
+The full text of the license may be found at\r
+http://opensource.org/licenses/bsd-license.php.                                          \r
+    \r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
 **/\r
 \r
@@ -23,7 +23,7 @@
   the  SMM Services Table to execute a procedure on enabled APs.  The context \r
   the AP should use durng execution is specified by Buffer.\r
   \r
-  @param[in]  Buffer   Pointer to the procedure's argument.\r
+  @param[in]  Buffer   The pointer to the procedure's argument.\r
 \r
 **/\r
 typedef\r
@@ -33,7 +33,7 @@ VOID
   );\r
 \r
 ///\r
-/// Framework EFI Runtime Services Table as extension to EFI 1.10 Runtime Services Table\r
+/// The Framework EFI Runtime Services Table as an extension to the EFI 1.10 Runtime Services Table.\r
 ///\r
 typedef struct {\r
   //\r
@@ -64,14 +64,14 @@ typedef struct {
   EFI_GET_NEXT_HIGH_MONO_COUNT      GetNextHighMonotonicCount;\r
   EFI_RESET_SYSTEM                  ResetSystem;\r
   ///\r
-  /// Framework extension to EFI 1.10 runtime table\r
-  /// It was moved to a protocol to not conflict with UEFI 2.0\r
+  /// A Framework extension to the EFI 1.10 runtime table.\r
+  /// It was moved to a protocol to avoid conflict with UEFI 2.0.\r
   ///\r
   EFI_REPORT_STATUS_CODE            ReportStatusCode;\r
 } FRAMEWORK_EFI_RUNTIME_SERVICES;\r
 \r
 ///\r
-/// Framework EFI Boot Services Table which comply with DxeCis spec.\r
+/// The Framework EFI Boot Services Table. Complies with the DxeCis specification.\r
 ///\r
 typedef struct {\r
   ///\r