diff options
author | Andrew F. Davis <afd@ti.com> | 2016-05-31 14:18:19 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-06-21 13:24:01 +0200 |
commit | 79a3bd89605c877b913be60e2811058ecfee4c61 (patch) | |
tree | 9aaec3f0b07fa5ee2e7e39fbbff64fc6c31f8ec1 /arch/arm/include | |
parent | 84d86e6d30593381aae1a0a7fd6f5368c91beaa0 (diff) | |
download | talos-obmc-linux-79a3bd89605c877b913be60e2811058ecfee4c61.tar.gz talos-obmc-linux-79a3bd89605c877b913be60e2811058ecfee4c61.zip |
ARM: io: fix comment grammar
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/io.h b/arch/arm/include/asm/io.h index 485982084fe9..590d0c1c92e7 100644 --- a/arch/arm/include/asm/io.h +++ b/arch/arm/include/asm/io.h @@ -282,7 +282,7 @@ extern void _memset_io(volatile void __iomem *, int, size_t); * These perform PCI memory accesses via an ioremap region. They don't * take an address as such, but a cookie. * - * Again, this are defined to perform little endian accesses. See the + * Again, these are defined to perform little endian accesses. See the * IO port primitives for more information. */ #ifndef readl |