forked from Imagelibrary/rtems
Fixed typo.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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(
|
||||
|
||||
@@ -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(
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user