drm/amdgpu: Fix typo in comment

Fix a spelling mistake in a comment.

Signed-off-by: Kenji Takahashi <dken4546@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Kenji Takahashi
2026-08-04 21:52:34 +09:00
committed by Alex Deucher
parent 6411a35690
commit daaeec235e

View File

@@ -102,7 +102,7 @@ static int kfd_queue_buffer_svm_get(struct kfd_process_device *pdd, u64 addr, u6
mutex_lock(&p->svms.lock);
/*
* range may split to multiple svm pranges aligned to granularity boundaery.
* range may split to multiple svm pranges aligned to granularity boundary.
*/
while (size) {
uint32_t gpuid, gpuidx;