Fix a typo (the the => the)
[oota-llvm.git] / docs / CommandLine.html
index 6f3298ab39fb3fdcb1d70717091c4220a89803c8..aff40d05f8586134dfe85490eb8642cf8535aef6 100644 (file)
@@ -122,7 +122,7 @@ CommandLine library to have the following features:</p>
 <ol>
 <li>Speed: The CommandLine library is very quick and uses little resources.  The
 parsing time of the library is directly proportional to the number of arguments
-parsed, not the the number of options recognized.  Additionally, command line
+parsed, not the number of options recognized.  Additionally, command line
 argument values are captured transparently into user defined global variables,
 which can be accessed like any other variable (and with the same
 performance).</li>