summaryrefslogtreecommitdiffstats
path: root/bsps/sparc/leon3/start/bspclean.c
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 /bsps/sparc/leon3/start/bspclean.c
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 'bsps/sparc/leon3/start/bspclean.c')
-rw-r--r--bsps/sparc/leon3/start/bspclean.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/sparc/leon3/start/bspclean.c b/bsps/sparc/leon3/start/bspclean.c
index eff9c8635b..7d5448fdb3 100644
--- a/bsps/sparc/leon3/start/bspclean.c
+++ b/bsps/sparc/leon3/start/bspclean.c
@@ -44,7 +44,7 @@ void bsp_fatal_extension(
if (irqmp != NULL) {
/*
- * Value was choosen to get something in the magnitude of 1ms on a 200MHz
+ * Value was chosen to get something in the magnitude of 1ms on a 200MHz
* processor.
*/
uint32_t max_wait = 1234567;