hsakmt: fix spelling error

This was pulled in from:
https://github.com/ROCm/ROCT-Thunk-Interface/pull/107

Change-Id: Ic30e4552a94a212a9cd138f9311b1c85b0c13867


[ROCm/ROCR-Runtime commit: 7a52a45824]
This commit is contained in:
Xuanteng Huang
2024-08-20 09:56:50 +08:00
committed by Jeremy Newton
orang tua a11a34468d
melakukan b1b4d4af59
+1 -1
Melihat File
@@ -2130,7 +2130,7 @@ static HSAKMT_STATUS init_mmap_apertures(HSAuint64 base, HSAuint64 limit,
* only apply to old GPUs that don't support 48-bit
* virtual addresses.
*/
pr_info("Falling back to reserved SVM apertures due to alignment contraints.\n");
pr_info("Falling back to reserved SVM apertures due to alignment constraints.\n");
return HSAKMT_STATUS_ERROR;
}