From: Randy Dunlap Date: Tue, 13 Feb 2024 22:42:19 +0000 (-0800) Subject: iosys-map: fix typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4276d28e1da689e0cad3e88521c2cddbea42eb6e;p=linux.git iosys-map: fix typo Correct a spello/typo in comments. Signed-off-by: Randy Dunlap Cc: Thomas Zimmermann Cc: dri-devel@lists.freedesktop.org Reviewed-by: Thomas Zimmermann Signed-off-by: Thomas Zimmermann Link: https://patchwork.freedesktop.org/patch/msgid/20240213224219.10644-1-rdunlap@infradead.org --- diff --git a/include/linux/iosys-map.h b/include/linux/iosys-map.h index e3649a6563dd8..4696abfd311cc 100644 --- a/include/linux/iosys-map.h +++ b/include/linux/iosys-map.h @@ -34,7 +34,7 @@ * the same driver for allocation, read and write operations. * * Open-coding access to :c:type:`struct iosys_map ` is considered - * bad style. Rather then accessing its fields directly, use one of the provided + * bad style. Rather than accessing its fields directly, use one of the provided * helper functions, or implement your own. For example, instances of * :c:type:`struct iosys_map ` can be initialized statically with * IOSYS_MAP_INIT_VADDR(), or at runtime with iosys_map_set_vaddr(). These