diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-21 13:50:19 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-06-10 04:16:05 -0700 |
commit | 6eedfcbea84744a3b0e2c0bc11e78de28b603f03 (patch) | |
tree | 998bec00fd8f91608f6084ec8251c2e03ba47d2f /arch/arm/mach-omap2 | |
parent | df85ac825c0da777b3bc0684e48e017ae7ff967e (diff) |
ARM: OMAP2+: Fix typo in omap4-common.c
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/omap4-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap4-common.c b/arch/arm/mach-omap2/omap4-common.c index 949696b6f17b..fb6fe26a8f8f 100644 --- a/arch/arm/mach-omap2/omap4-common.c +++ b/arch/arm/mach-omap2/omap4-common.c @@ -61,7 +61,7 @@ static phys_addr_t dram_sync_paddr; static u32 dram_sync_size; /* - * The OMAP4 bus structure contains asynchrnous bridges which can buffer + * The OMAP4 bus structure contains asynchronous bridges which can buffer * data writes from the MPU. These asynchronous bridges can be found on * paths between the MPU to EMIF, and the MPU to L3 interconnects. * |