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

@@ -6,7 +6,7 @@
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.
@@ -19,8 +19,8 @@
Transfers control to a function starting with a new stack.
This internal worker function transfers control to the function
specified by EntryPoint using the new stack specified by NewStack
and passing in the parameters specified by Context1 and Context2.
specified by EntryPoint using the new stack specified by NewStack,
and passes in the parameters specified by Context1 and Context2.
Context1 and Context2 are optional and may be NULL.
The function EntryPoint must never return.
@@ -44,7 +44,7 @@ InternalSwitchStackAsm (
Transfers control to a function starting with a new stack.
Transfers control to the function specified by EntryPoint using the
new stack specified by NewStack and passing in the parameters specified
new stack specified by NewStack, and passes in the parameters specified
by Context1 and Context2. Context1 and Context2 are optional and may
be NULL. The function EntryPoint must never return.
Marker will be ignored on IA-32, x64, and EBC.
@@ -61,7 +61,7 @@ InternalSwitchStackAsm (
function.
@param NewStack A pointer to the new stack to use for the EntryPoint
function.
@param Marker VA_LIST marker for the variable argument list.
@param Marker A VA_LIST marker for the variable argument list.
**/
VOID