From 7afbe4a8665c2fb460e6ea4109b98ab89b488170 Mon Sep 17 00:00:00 2001 From: grahamschock <43415073+grahamschock@users.noreply.github.com> Date: Thu, 13 Feb 2020 21:00:13 -0500 Subject: [PATCH] Spelling Error containg to containing --- arch/lkl/include/uapi/asm/host_ops.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/lkl/include/uapi/asm/host_ops.h b/arch/lkl/include/uapi/asm/host_ops.h index 0fe0c5b82cf389..f3d6d1b9f095af 100644 --- a/arch/lkl/include/uapi/asm/host_ops.h +++ b/arch/lkl/include/uapi/asm/host_ops.h @@ -16,7 +16,7 @@ struct lkl_jmp_buf { * These operations must be provided by a host library or by the application * itself. * - * @virtio_devices - string containg the list of virtio devices in virtio mmio + * @virtio_devices - string containing the list of virtio devices in virtio mmio * command line format. This string is appended to the kernel command line and * is provided here for convenience to be implemented by the host library. *