summaryrefslogtreecommitdiff
path: root/arch/i386/include/asm/u-boot-i386.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386/include/asm/u-boot-i386.h')
-rw-r--r--arch/i386/include/asm/u-boot-i386.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/include/asm/u-boot-i386.h b/arch/i386/include/asm/u-boot-i386.h
index a08632d..521fd35 100644
--- a/arch/i386/include/asm/u-boot-i386.h
+++ b/arch/i386/include/asm/u-boot-i386.h
@@ -33,7 +33,7 @@ void timer_isr(void *);
typedef void (timer_fnc_t) (void);
int register_timer_isr (timer_fnc_t *isr_func);
-/* Architecture specific - can be in cpu/i386/, arch/i386/lib/, or $(BOARD)/ */
+/* Architecture specific - can be in arch/i386/cpu/, arch/i386/lib/, or $(BOARD)/ */
int timer_init(void);
/* cpu/.../interrupts.c */