Skip to content

Commit 183197a

Browse files
committed
code format
1 parent 74d4e23 commit 183197a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/DebugInfo/Symbolize/Symbolize.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ class LLVMSymbolizer {
197197
const std::string &ArchName);
198198

199199
/// 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
200+
/// specified architecture (e.g. if path refers to a Mach-O universal
201201
/// binary, only one object file from it will be returned).
202202
Expected<ObjectFile *> getOrCreateObject(const std::string &InputPath,
203203
const std::string &DefaultArchName);

0 commit comments

Comments
 (0)