2001-07-03 Joel Sherrill <joel@OARcorp.com>

* cpu.c: Fixed typo.
This commit is contained in:
Joel Sherrill
2001-07-03 16:58:56 +00:00
parent cacbf4f86a
commit 77b8106919
4 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2001-07-03 Joel Sherrill <joel@OARcorp.com>
* cpu.c: Fixed typo.
2000-05-24 Joel Sherrill <joel@OARcorp.com>
* rtems/score/mips.h: Added constants for MIPS exception numbers.

View File

@@ -153,7 +153,7 @@ void _CPU_ISR_install_raw_handler(
* table used by the CPU to dispatch interrupt handlers.
*
* Because all interrupts are vectored through the same exception handler
* this is not necessary on thi sport.
* this is not necessary on this port.
*/
}