summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2018-07-30 00:25:16 +0000
committerFangrui Song <maskray@google.com>2018-07-30 00:25:16 +0000
commit6569caf725a318af12f079367488b0f68c682f30 (patch)
treedd3650a9ee9cf8f7801ef3353c75121595e91ede /lib
parent567789c1cb9f47621e2e49691bfde72492f2a3f0 (diff)
[asan] Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@338225 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/asan/asan_mapping.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asan/asan_mapping.h b/lib/asan/asan_mapping.h
index 3f8cc004b..f3696da62 100644
--- a/lib/asan/asan_mapping.h
+++ b/lib/asan/asan_mapping.h
@@ -122,7 +122,7 @@
// || `[0x400000000000, 0x47ffffffffff]` || LowShadow ||
// || `[0x000000000000, 0x3fffffffffff]` || LowMem ||
//
-// Shadow mapping on NerBSD/i386 with SHADOW_OFFSET == 0x40000000:
+// Shadow mapping on NetBSD/i386 with SHADOW_OFFSET == 0x40000000:
// || `[0x60000000, 0xfffff000]` || HighMem ||
// || `[0x4c000000, 0x5fffffff]` || HighShadow ||
// || `[0x48000000, 0x4bffffff]` || ShadowGap ||