summaryrefslogtreecommitdiffstats
path: root/cpukit/score
diff options
context:
space:
mode:
authorMarçal Comajoan Cara <mcomajoancara@gmail.com>2018-12-03 21:37:32 +0100
committerJoel Sherrill <joel@rtems.org>2018-12-04 15:12:53 -0600
commit0446f680564b171a349e4efaf9f4834d938ae040 (patch)
tree1de28509192154d05e32cebc71417c8ce8cd0b16 /cpukit/score
parentpsxhdrs: Added POSIX Compliance Test fot sys/time.h (GCI 2018) (diff)
downloadrtems-0446f680564b171a349e4efaf9f4834d938ae040.tar.bz2
Spelling and grammar fixes in source code comments (GCI 2018)
Diffstat (limited to 'cpukit/score')
-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: