aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhen Lei <[email protected]>2021-03-30 09:54:21 -0600
committerAlex Williamson <[email protected]>2021-04-06 11:53:50 -0600
commitd0a7541dd9998c3b911943fee3bb726d9c2d89c3 (patch)
treefe1a97667db79e6a5b4094d2d1959b76db691a68
parent06d738c8ab56f3de68f785154b87dae1ec94c823 (diff)
vfio/mdev: Fix spelling mistake "interal" -> "internal"
There is a spelling mistake in a comment, fix it. Signed-off-by: Zhen Lei <[email protected]> Reviewed-by: Eric Auger <[email protected]> Message-Id: <[email protected]> Signed-off-by: Alex Williamson <[email protected]>
-rw-r--r--drivers/vfio/mdev/mdev_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/vfio/mdev/mdev_private.h b/drivers/vfio/mdev/mdev_private.h
index 7d922950caaf..4d62b76c4734 100644
--- a/drivers/vfio/mdev/mdev_private.h
+++ b/drivers/vfio/mdev/mdev_private.h
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/*
- * Mediated device interal definitions
+ * Mediated device internal definitions
*
* Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved.
* Author: Neo Jia <[email protected]>