From 5bb8590d376094ea7d28fc54d7ab0c1f22906f03 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 19 Nov 2016 20:47:15 +0100 Subject: include: Fix typos found by codespell Add also a missing parenthesis in a comment. Signed-off-by: Stefan Weil Acked-by: Alistair Francis Signed-off-by: Michael Tokarev --- include/hw/register.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/hw/register.h') diff --git a/include/hw/register.h b/include/hw/register.h index 8c12233b75..5b6dc32091 100644 --- a/include/hw/register.h +++ b/include/hw/register.h @@ -92,7 +92,7 @@ struct RegisterInfo { * This structure is used to group all of the individual registers which are * modeled using the RegisterInfo structure. * - * @r is an aray containing of all the relevent RegisterInfo structures. + * @r is an array containing of all the relevant RegisterInfo structures. * * @num_elements is the number of elements in the array r * -- cgit v1.2.3