mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 16:36:40 +00:00
llvm-ar: correct typo
Default was misspelt. NFC. llvm-svn: 273287
This commit is contained in:
parent
deb30c02a8
commit
b4f6c22b5d
@ -77,7 +77,7 @@ enum Format { Default, GNU, BSD };
|
||||
|
||||
static cl::opt<Format>
|
||||
FormatOpt("format", cl::desc("Archive format to create"),
|
||||
cl::values(clEnumValN(Default, "defalut", "default"),
|
||||
cl::values(clEnumValN(Default, "default", "default"),
|
||||
clEnumValN(GNU, "gnu", "gnu"),
|
||||
clEnumValN(BSD, "bsd", "bsd"), clEnumValEnd));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user