Changeset 77ea27fc in rtems


Ignore:
Timestamp:
02/04/98 14:47:23 (26 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
6c77bba
Parents:
f00d7ad
Message:

Ralf Corsepius noticed that generally was spelled incorrectly.

Files:
12 edited

Legend:

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

    rf00d7ad r77ea27fc  
    911911 *  _CPU_Context_restore
    912912 *
    913  *  This routine is generallu used only to restart self in an
     913 *  This routine is generally used only to restart self in an
    914914 *  efficient manner.  It may simply be a label in _CPU_Context_switch.
    915915 *
  • c/src/exec/score/cpu/a29k/cpu_asm.s

    rf00d7ad r77ea27fc  
    229229; *  _CPU_Context_restore
    230230; *
    231 ; *  This routine is generallu used only to restart self in an
     231; *  This routine is generally used only to restart self in an
    232232; *  efficient manner.  It may simply be a label in _CPU_Context_switch.
    233233; *
  • c/src/exec/score/cpu/i386/cpu.h

    rf00d7ad r77ea27fc  
    364364 *  _CPU_Context_restore
    365365 *
    366  *  This routine is generallu used only to restart self in an
     366 *  This routine is generally used only to restart self in an
    367367 *  efficient manner and avoid stack conflicts.
    368368 */
  • c/src/exec/score/cpu/i960/cpu.h

    rf00d7ad r77ea27fc  
    424424 *  _CPU_Context_restore
    425425 *
    426  *  This routine is generallu used only to restart self in an
     426 *  This routine is generally used only to restart self in an
    427427 *  efficient manner and avoid stack conflicts.
    428428 */
  • c/src/exec/score/cpu/mips64orion/cpu.h

    rf00d7ad r77ea27fc  
    877877 *  _CPU_Context_restore
    878878 *
    879  *  This routine is generallu used only to restart self in an
     879 *  This routine is generally used only to restart self in an
    880880 *  efficient manner.  It may simply be a label in _CPU_Context_switch.
    881881 *
  • c/src/exec/score/cpu/no_cpu/cpu.h

    rf00d7ad r77ea27fc  
    795795 *  _CPU_Context_restore
    796796 *
    797  *  This routine is generallu used only to restart self in an
     797 *  This routine is generally used only to restart self in an
    798798 *  efficient manner.  It may simply be a label in _CPU_Context_switch.
    799799 *
  • c/src/exec/score/cpu/no_cpu/cpu_asm.c

    rf00d7ad r77ea27fc  
    8181 *  _CPU_Context_restore
    8282 *
    83  *  This routine is generallu used only to restart self in an
     83 *  This routine is generally used only to restart self in an
    8484 *  efficient manner.  It may simply be a label in _CPU_Context_switch.
    8585 *
  • c/src/exec/score/cpu/powerpc/cpu.h

    rf00d7ad r77ea27fc  
    952952 *  _CPU_Context_restore
    953953 *
    954  *  This routine is generallu used only to restart self in an
     954 *  This routine is generally used only to restart self in an
    955955 *  efficient manner.  It may simply be a label in _CPU_Context_switch.
    956956 *
  • c/src/exec/score/cpu/powerpc/cpu_asm.s

    rf00d7ad r77ea27fc  
    627627 *  _CPU_Context_restore
    628628 *
    629  *  This routine is generallu used only to restart self in an
     629 *  This routine is generally used only to restart self in an
    630630 *  efficient manner.  It may simply be a label in _CPU_Context_switch.
    631631 *
  • c/src/exec/score/cpu/sparc/cpu.h

    rf00d7ad r77ea27fc  
    933933 *  _CPU_Context_restore
    934934 *
    935  *  This routine is generallu used only to restart self in an
     935 *  This routine is generally used only to restart self in an
    936936 *  efficient manner.
    937937 */
  • c/src/exec/score/cpu/unix/cpu.h

    rf00d7ad r77ea27fc  
    918918 *  _CPU_Context_restore
    919919 *
    920  *  This routine is generallu used only to restart self in an
     920 *  This routine is generally used only to restart self in an
    921921 *  efficient manner.  It may simply be a label in _CPU_Context_switch.
    922922 *
  • cpukit/score/cpu/no_cpu/cpu_asm.c

    rf00d7ad r77ea27fc  
    8181 *  _CPU_Context_restore
    8282 *
    83  *  This routine is generallu used only to restart self in an
     83 *  This routine is generally used only to restart self in an
    8484 *  efficient manner.  It may simply be a label in _CPU_Context_switch.
    8585 *
Note: See TracChangeset for help on using the changeset viewer.