Skip to content

Commit be88160

Browse files
authored
[DeviceMSAN] Fix typo (#17701)
Fix a typo in error report.
1 parent 7148778 commit be88160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unified-runtime/source/loader/layers/sanitizer/msan/msan_report.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ void ReportUsesUninitializedValue(const MsanErrorReport &Report,
3636
(void *)Report.Origin);
3737
} else {
3838
getContext()->logger.always(
39-
"====WARNING: DeviceSanitizer: use-of-uninitialized-value)");
39+
"====WARNING: DeviceSanitizer: use-of-uninitialized-value");
4040
}
4141

4242
getContext()->logger.always(

0 commit comments

Comments
 (0)