OSDN Git Service

sanitizer: fix typo/spelling: Dissassemble → Disassemble
authorMichael Stapelberg <michael@stapelberg.ch>
Tue, 29 Dec 2020 17:26:57 +0000 (12:26 -0500)
committerNico Weber <thakis@chromium.org>
Tue, 29 Dec 2020 17:26:57 +0000 (12:26 -0500)
Differential Revision: https://reviews.llvm.org/D93902

compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_report.cpp

index 06301b8..c99a6ce 100644 (file)
@@ -211,7 +211,7 @@ static void ReportDeadlySignalImpl(const SignalContext &sig, u32 tid,
     Report("The signal is caused by a %s memory access.\n", access_type);
     if (!sig.is_true_faulting_addr)
       Report("Hint: this fault was caused by a dereference of a high value "
-             "address (see register values below).  Dissassemble the provided "
+             "address (see register values below).  Disassemble the provided "
              "pc to learn which register was used.\n");
     else if (sig.addr < GetPageSizeCached())
       Report("Hint: address points to the zero page.\n");