summaryrefslogtreecommitdiff
path: root/board/sysam/amcore/amcore.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/sysam/amcore/amcore.c')
-rw-r--r--board/sysam/amcore/amcore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sysam/amcore/amcore.c b/board/sysam/amcore/amcore.c
index b7217c56ec..77b5000de6 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);