Fixed typo.

This commit is contained in:
Joel Sherrill
1998-07-01 21:33:11 +00:00
parent 4f0fc115d9
commit dd6dddcf1e
4 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ extern "C" {
*
* Currently recognized:
* i386_fp (i386 DX or SX w/i387)
* i386_fp (i386 DX or SX w/o i387)
* i386_nofp (i386 DX or SX w/o i387)
* i486dx
* i486sx
* pentium

View File

@@ -100,7 +100,7 @@ RTEMS_INLINE_ROUTINE Heap_Block *_Heap_Next_block (
* DESCRIPTION:
*
* This function calculates and returns a block's location (address)
* in the heap based upad a base address and an offset.
* in the heap based upon a base address and an offset.
*/
RTEMS_INLINE_ROUTINE Heap_Block *_Heap_Block_at(

View File

@@ -100,7 +100,7 @@ RTEMS_INLINE_ROUTINE Heap_Block *_Heap_Next_block (
* DESCRIPTION:
*
* This function calculates and returns a block's location (address)
* in the heap based upad a base address and an offset.
* in the heap based upon a base address and an offset.
*/
RTEMS_INLINE_ROUTINE Heap_Block *_Heap_Block_at(

View File

@@ -100,7 +100,7 @@ RTEMS_INLINE_ROUTINE Heap_Block *_Heap_Next_block (
* DESCRIPTION:
*
* This function calculates and returns a block's location (address)
* in the heap based upad a base address and an offset.
* in the heap based upon a base address and an offset.
*/
RTEMS_INLINE_ROUTINE Heap_Block *_Heap_Block_at(