diff options
author | Colin Ian King <[email protected]> | 2020-12-15 10:56:51 +0000 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2020-12-15 11:35:53 -0500 |
commit | b4bc9d95e69368935a399b16ea26ca7573abafca (patch) | |
tree | 6d2a98b3c4c937ff60ceccc4d2cf2f2901139c59 | |
parent | 7eded018bfeccb365963bb51be731a9f99aeea59 (diff) |
drm/amdgpu: Fix spelling mistake "Heterogenous" -> "Heterogeneous"
There is a spelling mistake in a comment in the Kconfig. Fix it.
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/amdkfd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdkfd/Kconfig b/drivers/gpu/drm/amd/amdkfd/Kconfig index b3672d10ea54..e8fb10c41f16 100644 --- a/drivers/gpu/drm/amd/amdkfd/Kconfig +++ b/drivers/gpu/drm/amd/amdkfd/Kconfig @@ -1,6 +1,6 @@ # SPDX-License-Identifier: MIT # -# Heterogenous system architecture configuration +# Heterogeneous system architecture configuration # config HSA_AMD |