diff mbox series

[1/2] hw/riscv/virt: Fix 'controller' typo

Message ID 20230629121103.87733-2-philmd@linaro.org
State New
Headers show
Series hw/riscv/virt: Restrict ACLINT to TCG | expand

Commit Message

Philippe Mathieu-Daudé June 29, 2023, 12:11 p.m. UTC
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
 hw/riscv/virt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Daniel Henrique Barboza June 29, 2023, 12:26 p.m. UTC | #1
Phil,

I've fixed this typo a few weeks ago. qemu-trivial picked it up.


Thanks,

Daniel

On 6/29/23 09:11, Philippe Mathieu-Daudé wrote:
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
>   hw/riscv/virt.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/riscv/virt.c b/hw/riscv/virt.c
> index ed4c27487e..68ccd0bde1 100644
> --- a/hw/riscv/virt.c
> +++ b/hw/riscv/virt.c
> @@ -1692,7 +1692,7 @@ static void virt_machine_class_init(ObjectClass *oc, void *data)
>                                     virt_set_aia);
>       object_class_property_set_description(oc, "aia",
>                                             "Set type of AIA interrupt "
> -                                          "conttoller. Valid values are "
> +                                          "controller. Valid values are "
>                                             "none, aplic, and aplic-imsic.");
>   
>       object_class_property_add_str(oc, "aia-guests",
Philippe Mathieu-Daudé June 29, 2023, 1:14 p.m. UTC | #2
On 29/6/23 14:26, Daniel Henrique Barboza wrote:
> Phil,
> 
> I've fixed this typo a few weeks ago. qemu-trivial picked it up.

Ah great, thanks :)

> Thanks,
> 
> Daniel
> 
> On 6/29/23 09:11, Philippe Mathieu-Daudé wrote:
>> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
>> ---
>>   hw/riscv/virt.c | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/hw/riscv/virt.c b/hw/riscv/virt.c
>> index ed4c27487e..68ccd0bde1 100644
>> --- a/hw/riscv/virt.c
>> +++ b/hw/riscv/virt.c
>> @@ -1692,7 +1692,7 @@ static void virt_machine_class_init(ObjectClass 
>> *oc, void *data)
>>                                     virt_set_aia);
>>       object_class_property_set_description(oc, "aia",
>>                                             "Set type of AIA interrupt "
>> -                                          "conttoller. Valid values 
>> are "
>> +                                          "controller. Valid values 
>> are "
>>                                             "none, aplic, and 
>> aplic-imsic.");
>>       object_class_property_add_str(oc, "aia-guests",
diff mbox series

Patch

diff --git a/hw/riscv/virt.c b/hw/riscv/virt.c
index ed4c27487e..68ccd0bde1 100644
--- a/hw/riscv/virt.c
+++ b/hw/riscv/virt.c
@@ -1692,7 +1692,7 @@  static void virt_machine_class_init(ObjectClass *oc, void *data)
                                   virt_set_aia);
     object_class_property_set_description(oc, "aia",
                                           "Set type of AIA interrupt "
-                                          "conttoller. Valid values are "
+                                          "controller. Valid values are "
                                           "none, aplic, and aplic-imsic.");
 
     object_class_property_add_str(oc, "aia-guests",