Spelling and grammar fixes in source code comments (GCI 2018)

This commit is contained in:
Marçal Comajoan Cara
2018-12-03 21:37:32 +01:00
committed by Joel Sherrill
parent e25acd8d25
commit 0446f68056
11 changed files with 14 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
The following files were developed by Erich Boleyn <erich@uruk.org>.
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.

View File

@@ -31,7 +31,7 @@
#include <bsp/vectors.h>
/*
* 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 [] = {

View File

@@ -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;