summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu')
-rw-r--r--cpukit/score/cpu/no_cpu/include/rtems/score/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/cpu/no_cpu/include/rtems/score/cpu.h b/cpukit/score/cpu/no_cpu/include/rtems/score/cpu.h
index a9294d02a2..7ab09d990e 100644
--- a/cpukit/score/cpu/no_cpu/include/rtems/score/cpu.h
+++ b/cpukit/score/cpu/no_cpu/include/rtems/score/cpu.h
@@ -437,7 +437,7 @@ extern Context_Control_fp _CPU_Null_fp_context;
* by hardware or the interrupt processing code. These variables contain
* pointers to the lowest and highest addresses in the chunk of memory
* allocated for the interrupt stack. Since it is unknown whether the stack
- * grows up or down (in general), this give the CPU dependent code the option
+ * grows up or down (in general), this gives the CPU dependent code the option
* of picking the version it wants to use.
*
* Port Specific Information: