misc: Point to correct simavr include dirs
[simavr] / simavr / sim / sim_irq.h
index ed2d5e5..d3ac30b 100644 (file)
@@ -63,7 +63,7 @@ enum {
  */
 typedef struct avr_irq_pool_t {
        int count;                                              //!< number of irqs living in the pool
-       struct avr_irq_t ** irq;                //!< irqs belongging in this pool
+       struct avr_irq_t ** irq;                //!< irqs belonging in this pool
 } avr_irq_pool_t;
 
 /*!