summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/a29k
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-02-04 14:47:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-02-04 14:47:23 +0000
commit77ea27fc1669d8e228970d8905814315a4c32e3c (patch)
tree44635fd33c7656435ff94d5dac1be8beaa598be3 /c/src/exec/score/cpu/a29k
parentAdded call to libc_wrapup() in _exit. This fixes a problem where (diff)
downloadrtems-77ea27fc1669d8e228970d8905814315a4c32e3c.tar.bz2
Ralf Corsepius noticed that generally was spelled incorrectly.
Diffstat (limited to 'c/src/exec/score/cpu/a29k')
-rw-r--r--c/src/exec/score/cpu/a29k/cpu.h2
-rw-r--r--c/src/exec/score/cpu/a29k/cpu_asm.s2
2 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/score/cpu/a29k/cpu.h b/c/src/exec/score/cpu/a29k/cpu.h
index c5d3f662a8..80057e2c0a 100644
--- a/c/src/exec/score/cpu/a29k/cpu.h
+++ b/c/src/exec/score/cpu/a29k/cpu.h
@@ -910,7 +910,7 @@ void _CPU_Context_switch(
/*
* _CPU_Context_restore
*
- * This routine is generallu used only to restart self in an
+ * This routine is generally used only to restart self in an
* efficient manner. It may simply be a label in _CPU_Context_switch.
*
* NOTE: May be unnecessary to reload some registers.
diff --git a/c/src/exec/score/cpu/a29k/cpu_asm.s b/c/src/exec/score/cpu/a29k/cpu_asm.s
index bdbbfa604f..41528e6207 100644
--- a/c/src/exec/score/cpu/a29k/cpu_asm.s
+++ b/c/src/exec/score/cpu/a29k/cpu_asm.s
@@ -228,7 +228,7 @@ context_restore:
;/*
; * _CPU_Context_restore
; *
-; * This routine is generallu used only to restart self in an
+; * This routine is generally used only to restart self in an
; * efficient manner. It may simply be a label in _CPU_Context_switch.
; *
; * NOTE: May be unnecessary to reload some registers.