forked from Imagelibrary/rtems
Spelling and grammar fixes in source code comments (GCI 2018)
This commit is contained in:
committed by
Joel Sherrill
parent
e25acd8d25
commit
0446f68056
@@ -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.
|
||||
|
||||
|
||||
@@ -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 [] = {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user