]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Fix typo.
authorwdenk <wdenk>
Thu, 12 Feb 2004 14:09:38 +0000 (14:09 +0000)
committerwdenk <wdenk>
Thu, 12 Feb 2004 14:09:38 +0000 (14:09 +0000)
Release version 1.0.2

CHANGELOG
cpu/mcf52x2/interrupts.c

index da8c2a9f92110d3f0fe533cc33d5f032475c1ff0..ad36ab5ce32b619e22553b4b95b09350542c185f 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,5 @@
 ======================================================================
-Changes since U-Boot 1.0.1:
+Changes for U-Boot 1.0.2:
 ======================================================================
 
 * Some code cleanup
index fa181d9bcf09206528b1c2ff0cf6db7275f08597..1836f27167dfe9ad40c0a5b40900955c458340ad 100644 (file)
@@ -46,7 +46,7 @@
 struct interrupt_action {
        interrupt_handler_t *handler;
        void *arg;
-}
+};
 
 static struct interrupt_action irq_vecs[NR_IRQS];