summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-01 21:33:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-01 21:33:11 +0000
commitdd6dddcf1ebebd0a254f55cbb6d8611052ffcee3 (patch)
treeef8c17e50bd898cecd154acabf8ce8f29604f4de
parentCorrection from Aleksey Romanov <qqi@world.std.com> to finish off his patch. (diff)
downloadrtems-dd6dddcf1ebebd0a254f55cbb6d8611052ffcee3.tar.bz2
Fixed typo.
-rw-r--r--c/src/exec/score/cpu/i386/i386.h2
-rw-r--r--c/src/exec/score/inline/heap.inl2
-rw-r--r--c/src/exec/score/inline/rtems/score/heap.inl2
-rw-r--r--cpukit/score/inline/rtems/score/heap.inl2
4 files changed, 4 insertions, 4 deletions
diff --git a/c/src/exec/score/cpu/i386/i386.h b/c/src/exec/score/cpu/i386/i386.h
index 5495023a50..dfb8b062f6 100644
--- a/c/src/exec/score/cpu/i386/i386.h
+++ b/c/src/exec/score/cpu/i386/i386.h
@@ -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
diff --git a/c/src/exec/score/inline/heap.inl b/c/src/exec/score/inline/heap.inl
index cc61723982..92936f8135 100644
--- a/c/src/exec/score/inline/heap.inl
+++ b/c/src/exec/score/inline/heap.inl
@@ -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(
diff --git a/c/src/exec/score/inline/rtems/score/heap.inl b/c/src/exec/score/inline/rtems/score/heap.inl
index cc61723982..92936f8135 100644
--- a/c/src/exec/score/inline/rtems/score/heap.inl
+++ b/c/src/exec/score/inline/rtems/score/heap.inl
@@ -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(
diff --git a/cpukit/score/inline/rtems/score/heap.inl b/cpukit/score/inline/rtems/score/heap.inl
index cc61723982..92936f8135 100644
--- a/cpukit/score/inline/rtems/score/heap.inl
+++ b/cpukit/score/inline/rtems/score/heap.inl
@@ -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(