Skip to content

Commit 3e9bf4a

Browse files
committed
fix comment
1 parent 81517ed commit 3e9bf4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/loader/layers/sanitizer/asan_shadow_setup.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ namespace dg2 {
129129
///
130130
/// SHADOW MEMORY MAPPING
131131
/// Host/Shared USM : 0x0 ~ 0x0fff_ffff_ffff
132-
/// ? : 0x1000_0000_0000 ~ 0x1fff_ffff_ffff
132+
/// Device USM : 0x1000_0000_0000 ~ 0x1fff_ffff_ffff
133133
///
134134
constexpr size_t SHADOW_SIZE = 0x200000000000ULL;
135135

0 commit comments

Comments
 (0)