On 10/08/20 12:16, Colin King wrote:
> From: Colin Ian King <colin.k...@canonical.com>
> 
> There is a spelling mistake in an error message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.k...@canonical.com>
> ---
>  tools/testing/selftests/kvm/lib/sparsebit.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/testing/selftests/kvm/lib/sparsebit.c 
> b/tools/testing/selftests/kvm/lib/sparsebit.c
> index 031ba3c932ed..59ffba902e61 100644
> --- a/tools/testing/selftests/kvm/lib/sparsebit.c
> +++ b/tools/testing/selftests/kvm/lib/sparsebit.c
> @@ -1866,7 +1866,7 @@ void sparsebit_validate_internal(struct sparsebit *s)
>                * of total bits set.
>                */
>               if (s->num_set != total_bits_set) {
> -                     fprintf(stderr, "Number of bits set missmatch,\n"
> +                     fprintf(stderr, "Number of bits set mismatch,\n"
>                               "  s->num_set: 0x%lx total_bits_set: 0x%lx",
>                               s->num_set, total_bits_set);
>  
> 

If you have a script that generates the commit message, that needs a
fix. :)  Queued though.

Paolo

Reply via email to