Skip to content

Commit

Permalink
trivial: fix typo "virual" -> "virtual"
Browse files Browse the repository at this point in the history
Signed-off-by: Uwe Kleine-Koenig <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
Uwe Kleine-Koenig authored and Jiri Kosina committed Mar 30, 2009
1 parent 3a070ad commit b8d9983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-netx/include/mach/netx-regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
#define NETX_PA_XPEC(no) (NETX_IO_PHYS + NETX_OFS_XPEC(no))
#define NETX_PA_VIC (NETX_IO_PHYS + NETX_OFS_VIC)

/* virual addresses */
/* virtual addresses */
#define NETX_VA_SYSTEM (NETX_IO_VIRT + NETX_OFS_SYSTEM)
#define NETX_VA_MEMCR (NETX_IO_VIRT + NETX_OFS_MEMCR)
#define NETX_VA_DPMAS (NETX_IO_VIRT + NETX_OFS_DPMAS)
Expand Down

0 comments on commit b8d9983

Please sign in to comment.