Skip to content

Commit 0d8c294

Browse files
authored
Fixed typo in llvm-otool (#168395)
1 parent 7693f12 commit 0d8c294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/tools/llvm-objdump/OtoolOpts.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def G : Flag<["-"], "G">, HelpText<"print data-in-code table">;
1414
def h : Flag<["-"], "h">, HelpText<"print mach header">;
1515
def I : Flag<["-"], "I">, HelpText<"print indirect symbol table">;
1616
def j : Flag<["-"], "j">, HelpText<"print opcode bytes">;
17-
def l : Flag<["-"], "l">, HelpText<"print load commnads">;
17+
def l : Flag<["-"], "l">, HelpText<"print load commands">;
1818
def L : Flag<["-"], "L">, HelpText<"print used shared libraries">;
1919
def mcpu_EQ : Joined<["-"], "mcpu=">, HelpText<"select cpu for disassembly">;
2020
def o : Flag<["-"], "o">, HelpText<"print Objective-C segment">;

0 commit comments

Comments
 (0)