From c08758a5b31b089801c24eca05adeaff0393af83 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Tue, 16 Sep 2003 15:31:46 +0000 Subject: Fixed spelling & grammar. llvm-svn: 8559 --- llvm/support/lib/Support/CommandLine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/support/lib/Support/CommandLine.cpp') diff --git a/llvm/support/lib/Support/CommandLine.cpp b/llvm/support/lib/Support/CommandLine.cpp index e9793d692ad..2d57abdb3cf 100644 --- a/llvm/support/lib/Support/CommandLine.cpp +++ b/llvm/support/lib/Support/CommandLine.cpp @@ -330,7 +330,7 @@ void cl::ParseCommandLineOptions(int &argc, char **argv, if (*ArgName == 0 && !DashDashFound) { // Is this the mythical "--"? DashDashFound = true; // Yup, take note of that fact... - continue; // Don't try to process it as an argument iself. + continue; // Don't try to process it as an argument itself. } const char *ArgNameEnd = ArgName; -- cgit v1.2.3