We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9650c commit 2524121Copy full SHA for 2524121
compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.h
@@ -138,7 +138,7 @@ class Symbolizer final {
138
static void LateInitialize();
139
static void ClearTools();
140
141
-// Returns a list of symbolized frames for a given address (containing
+ // Returns a list of symbolized frames for a given address (containing
142
// all inlined functions, if necessary).
143
SymbolizedStack *SymbolizePC(uptr address);
144
bool SymbolizeData(uptr address, DataInfo *info);
0 commit comments