From 7a52a458247a152badf41e18d700250b23d41aa6 Mon Sep 17 00:00:00 2001 From: Xuanteng Huang Date: Tue, 20 Aug 2024 09:56:50 +0800 Subject: [PATCH] hsakmt: fix spelling error This was pulled in from: https://github.com/ROCm/ROCT-Thunk-Interface/pull/107 Change-Id: Ic30e4552a94a212a9cd138f9311b1c85b0c13867 --- libhsakmt/src/fmm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libhsakmt/src/fmm.c b/libhsakmt/src/fmm.c index f833d843c7..42001a4a5e 100644 --- a/libhsakmt/src/fmm.c +++ b/libhsakmt/src/fmm.c @@ -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; }