Skip to content

Commit 73395a2

Browse files
Kewen12jplehr
andauthored
Fix the typo.
Co-authored-by: Jan Patrick Lehr <[email protected]>
1 parent 890ffa8 commit 73395a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/smoke-dev/rt-memory-threshold-env/AMDGPUMemoryManager_threshold_env.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ int main() {
2525
for (i = 0; i < N; i++)
2626
if (a[i] != b[i]) {
2727
rc++;
28-
printf("Wrong varlue: a[%d]=%d\n", i, a[i]);
28+
printf("Wrong value: a[%d]=%d\n", i, a[i]);
2929
}
3030

3131
if (!rc)

0 commit comments

Comments
 (0)