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.
  *