Minor grammatical work--mostly adding periods. Sending separately a list of files missing Doxygen @param and @return information.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10572 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
myronporter
2010-06-11 00:02:51 +00:00
parent 63c89e0468
commit 35a1715411
100 changed files with 271 additions and 271 deletions

View File

@@ -1,11 +1,11 @@
/** @file
AsmCpuidEx function.
Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>
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
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php
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.
@@ -28,16 +28,16 @@
CPUID instruction.
@param SubIndex The 32-bit value to load into ECX prior to invoking the
CPUID instruction.
@param RegisterEax Pointer to the 32-bit EAX value returned by the CPUID
@param RegisterEax A pointer to the 32-bit EAX value returned by the CPUID
instruction. This is an optional parameter that may be
NULL.
@param RegisterEbx Pointer to the 32-bit EBX value returned by the CPUID
@param RegisterEbx A pointer to the 32-bit EBX value returned by the CPUID
instruction. This is an optional parameter that may be
NULL.
@param RegisterEcx Pointer to the 32-bit ECX value returned by the CPUID
@param RegisterEcx A pointer to the 32-bit ECX value returned by the CPUID
instruction. This is an optional parameter that may be
NULL.
@param RegisterEdx Pointer to the 32-bit EDX value returned by the CPUID
@param RegisterEdx A pointer to the 32-bit EDX value returned by the CPUID
instruction. This is an optional parameter that may be
NULL.