Fix spelling.

llvm-svn: 60971
This commit is contained in:
Misha Brukman 2008-12-13 05:21:37 +00:00
parent afebaf96f9
commit 234b44add2
1 changed files with 1 additions and 1 deletions

View File

@ -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>