mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
Fixed grammatical error.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7160 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
951df2b1bd
commit
1115e0483f
@ -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…
x
Reference in New Issue
Block a user