@@ -71,7 +71,7 @@ bool __sanitizer_symbolize_code(const char *ModuleName, uint64_t ModuleOffset,
71
71
auto Printer = std::make_unique<llvm::symbolize::LLVMPrinter>(
72
72
OS, symbolize_error_handler (OS), Config);
73
73
74
- // TODO: it is neccessary to set proper SectionIndex here.
74
+ // TODO: it is necessary to set proper SectionIndex here.
75
75
// object::SectionedAddress::UndefSection works for only absolute addresses.
76
76
if (InlineFrames) {
77
77
auto ResOrErr = getDefaultSymbolizer ()->symbolizeInlinedCode (
@@ -103,7 +103,7 @@ bool __sanitizer_symbolize_data(const char *ModuleName, uint64_t ModuleOffset,
103
103
auto Printer = std::make_unique<llvm::symbolize::LLVMPrinter>(
104
104
OS, symbolize_error_handler (OS), Config);
105
105
106
- // TODO: it is neccessary to set proper SectionIndex here.
106
+ // TODO: it is necessary to set proper SectionIndex here.
107
107
// object::SectionedAddress::UndefSection works for only absolute addresses.
108
108
auto ResOrErr = getDefaultSymbolizer ()->symbolizeData (
109
109
ModuleName,
@@ -126,7 +126,7 @@ bool __sanitizer_symbolize_frame(const char *ModuleName, uint64_t ModuleOffset,
126
126
auto Printer = std::make_unique<llvm::symbolize::LLVMPrinter>(
127
127
OS, symbolize_error_handler (OS), Config);
128
128
129
- // TODO: it is neccessary to set proper SectionIndex here.
129
+ // TODO: it is necessary to set proper SectionIndex here.
130
130
// object::SectionedAddress::UndefSection works for only absolute addresses.
131
131
auto ResOrErr = getDefaultSymbolizer ()->symbolizeFrame (
132
132
ModuleName,
0 commit comments