mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-12 06:06:32 +00:00
Fix spelling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60971 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
462886e8ad
commit
a4a83c314c
@ -33,7 +33,7 @@
|
||||
using namespace llvm;
|
||||
|
||||
// Provide a command-line option to aggregate function arguments into a struct
|
||||
// for functions produced by the code extrator. This is useful when converting
|
||||
// for functions produced by the code extractor. This is useful when converting
|
||||
// extracted functions to pthread-based code, as only one argument (void*) can
|
||||
// be passed in to pthread_create().
|
||||
static cl::opt<bool>
|
||||
|
Loading…
Reference in New Issue
Block a user