2011-12-09 Jennifer Averett

* cpu.c: Correct typo.
This commit is contained in:
Jennifer Averett
2011-12-09 14:04:37 +00:00
parent b9c2f07d59
commit 0f98487dae
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2011-12-09 Jennifer Averett
* cpu.c: Correct typo.
2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1914/cpukit

View File

@@ -195,7 +195,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.
*/
}