Changeset dd6dddc in rtems


Ignore:
Timestamp:
07/01/98 21:33:11 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
a05de51
Parents:
4f0fc115
Message:

Fixed typo.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/score/cpu/i386/i386.h

    r4f0fc115 rdd6dddc  
    3232 *  Currently recognized:
    3333 *    i386_fp    (i386 DX or SX w/i387)
    34  *    i386_fp    (i386 DX or SX w/o i387)
     34 *    i386_nofp  (i386 DX or SX w/o i387)
    3535 *    i486dx
    3636 *    i486sx
  • c/src/exec/score/inline/heap.inl

    r4f0fc115 rdd6dddc  
    101101 *
    102102 *  This function calculates and returns a block's location (address)
    103  *  in the heap based upad a base address and an offset.
     103 *  in the heap based upon a base address and an offset.
    104104 */
    105105
  • c/src/exec/score/inline/rtems/score/heap.inl

    r4f0fc115 rdd6dddc  
    101101 *
    102102 *  This function calculates and returns a block's location (address)
    103  *  in the heap based upad a base address and an offset.
     103 *  in the heap based upon a base address and an offset.
    104104 */
    105105
  • cpukit/score/inline/rtems/score/heap.inl

    r4f0fc115 rdd6dddc  
    101101 *
    102102 *  This function calculates and returns a block's location (address)
    103  *  in the heap based upad a base address and an offset.
     103 *  in the heap based upon a base address and an offset.
    104104 */
    105105
Note: See TracChangeset for help on using the changeset viewer.