[llvm-commits] CVS: llvm/include/Support/CommandLine.h

Misha Brukman brukman at cs.uiuc.edu
Mon Jul 14 12:17:22 PDT 2003


Changes in directory llvm/include/Support:

CommandLine.h updated: 1.18 -> 1.19

---
Log message:

The word `separate' only has one `e'.


---
Diffs of the changes:

Index: llvm/include/Support/CommandLine.h
diff -u llvm/include/Support/CommandLine.h:1.18 llvm/include/Support/CommandLine.h:1.19
--- llvm/include/Support/CommandLine.h:1.18	Thu Jul 10 12:05:25 2003
+++ llvm/include/Support/CommandLine.h	Mon Jul 14 12:16:52 2003
@@ -374,7 +374,7 @@
     // In which case, the value is required.  Otherwise if an arg str has not
     // been specified, we are of the form:
     //
-    //    -O2 or O2 or -la (where -l and -a are seperate options)
+    //    -O2 or O2 or -la (where -l and -a are separate options)
     //
     // If this is the case, we cannot allow a value.
     //





More information about the llvm-commits mailing list