From 82bd2f29ea6e98ae689b26d793d432ac171d56dc Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Sun, 23 Oct 2016 20:45:17 -0700 Subject: Fix spelling of "occur". Signed-off-by: Vagrant Cascadian Acked-by: Angelo Dureghello Reviewed-by: Simon Glass --- board/sysam/amcore/amcore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board') diff --git a/board/sysam/amcore/amcore.c b/board/sysam/amcore/amcore.c index b7217c5..77b5000 100644 --- a/board/sysam/amcore/amcore.c +++ b/board/sysam/amcore/amcore.c @@ -93,7 +93,7 @@ phys_size_t initdram(int board_type) out_be32((u32 *)0x00000004, 0xbeaddeed); /* issue AUTOREFRESH */ out_be32(&dc->dacr0, 0x0000b304); - /* let refresh occour */ + /* let refresh occur */ fudelay(1); out_be32(&dc->dacr0, 0x0000b344); -- cgit v1.1