drm/amdgpu: Fix typo in *whether* in comment

Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Paul Menzel 2022-02-19 05:54:46 +01:00 committed by Alex Deucher
parent e1dd4bbf86
commit cec2cc7b1c

View file

@ -740,7 +740,7 @@ MODULE_PARM_DESC(debug_largebar,
* systems with a broken CRAT table.
*
* Default is auto (according to asic type, iommu_v2, and crat table, to decide
* whehter use CRAT)
* whether use CRAT)
*/
int ignore_crat;
module_param(ignore_crat, int, 0444);