Explorar o código

Fix typo.

Release version 1.0.2
wdenk %!s(int64=21) %!d(string=hai) anos
pai
achega
b2daeb8e0f
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      CHANGELOG
  2. 1 1
      cpu/mcf52x2/interrupts.c

+ 1 - 1
CHANGELOG

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

+ 1 - 1
cpu/mcf52x2/interrupts.c

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