1
0
Fork 0

Fix typo.

Release version 1.0.2
utp
wdenk 2004-02-12 14:09:38 +00:00
parent bf9e3b38f7
commit b2daeb8e0f
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
======================================================================
Changes since U-Boot 1.0.1:
Changes for U-Boot 1.0.2:
======================================================================
* Some code cleanup

View File

@ -46,7 +46,7 @@
struct interrupt_action {
interrupt_handler_t *handler;
void *arg;
}
};
static struct interrupt_action irq_vecs[NR_IRQS];