Fixed grammatical error.
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 10 Jul 2003 21:38:28 +0000 (21:38 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 10 Jul 2003 21:38:28 +0000 (21:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7160 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/CommandLine.cpp
support/lib/Support/CommandLine.cpp

index fa67a8a4d774d63952b26a4af88350d502660887..f508483d692d13a12b6d8500eb30bd66d355115b 100644 (file)
@@ -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!
index fa67a8a4d774d63952b26a4af88350d502660887..f508483d692d13a12b6d8500eb30bd66d355115b 100644 (file)
@@ -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!