From 0446f680564b171a349e4efaf9f4834d938ae040 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mar=C3=A7al=20Comajoan=20Cara?= Date: Mon, 3 Dec 2018 21:37:32 +0100 Subject: Spelling and grammar fixes in source code comments (GCI 2018) --- bsps/i386/pc386/start/README-SMP | 2 +- bsps/powerpc/shared/exceptions/ppc_exc_address.c | 2 +- bsps/sparc/leon3/start/bspclean.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'bsps') diff --git a/bsps/i386/pc386/start/README-SMP b/bsps/i386/pc386/start/README-SMP index df2e729456..dd6de52b0d 100644 --- a/bsps/i386/pc386/start/README-SMP +++ b/bsps/i386/pc386/start/README-SMP @@ -1,7 +1,7 @@ The following files were developed by Erich Boleyn . The original files were copied from http://www.uruk.org/mps/ and committed into cvs as is. These files will be modified for RTEMS smp support, -but the original files are being commited in order to track any file +but the original files are being committed in order to track any file changes that occur. We are attempting to keep these changes as minimal and conainted as possible. diff --git a/bsps/powerpc/shared/exceptions/ppc_exc_address.c b/bsps/powerpc/shared/exceptions/ppc_exc_address.c index fc944177a8..08a5433641 100644 --- a/bsps/powerpc/shared/exceptions/ppc_exc_address.c +++ b/bsps/powerpc/shared/exceptions/ppc_exc_address.c @@ -31,7 +31,7 @@ #include /* - * XXX: These values are choosen to directly generate the vector offsets for an + * XXX: These values are chosen to directly generate the vector offsets for an * e200z1 which has hard wired IVORs (IVOR0=0x00, IVOR1=0x10, IVOR2=0x20, ...). */ static const uint8_t ivor_values [] = { 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; -- cgit v1.2.3