mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Fixed grammatical error.
llvm-svn: 7160
This commit is contained in:
parent
83dc6ef841
commit
74d17238cb
@ -216,7 +216,7 @@ void cl::ParseCommandLineOptions(int &argc, char **argv,
|
||||
|
||||
// Check to see if this is a positional argument. This argument is
|
||||
// considered to be positional if it doesn't start with '-', if it is "-"
|
||||
// itself, or if we have see "--" already.
|
||||
// itself, or if we have seen "--" already.
|
||||
//
|
||||
if (argv[i][0] != '-' || argv[i][1] == 0 || DashDashFound) {
|
||||
// Positional argument!
|
||||
|
@ -216,7 +216,7 @@ void cl::ParseCommandLineOptions(int &argc, char **argv,
|
||||
|
||||
// Check to see if this is a positional argument. This argument is
|
||||
// considered to be positional if it doesn't start with '-', if it is "-"
|
||||
// itself, or if we have see "--" already.
|
||||
// itself, or if we have seen "--" already.
|
||||
//
|
||||
if (argv[i][0] != '-' || argv[i][1] == 0 || DashDashFound) {
|
||||
// Positional argument!
|
||||
|
Loading…
Reference in New Issue
Block a user