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 74d4e23 commit 183197aCopy full SHA for 183197a
llvm/include/llvm/DebugInfo/Symbolize/Symbolize.h
@@ -197,7 +197,7 @@ class LLVMSymbolizer {
197
const std::string &ArchName);
198
199
/// Return a pointer to the object file with the specified name, for a
200
- /// specified architecture (e.g. if path refers to a Mach-O universal
+ /// specified architecture (e.g. if path refers to a Mach-O universal
201
/// binary, only one object file from it will be returned).
202
Expected<ObjectFile *> getOrCreateObject(const std::string &InputPath,
203
const std::string &DefaultArchName);
0 commit comments