diff --git a/llvm/docs/CommandLine.html b/llvm/docs/CommandLine.html index c5fa4d36f1ee..55f54844b4ae 100644 --- a/llvm/docs/CommandLine.html +++ b/llvm/docs/CommandLine.html @@ -614,7 +614,7 @@ OPTIONS:
Again, the only structural difference between the debug level declaration and -the optimiation level declaration is that the debug level declaration includes +the optimization level declaration is that the debug level declaration includes an option name ("debug_level"), which automatically changes how the library processes the argument. The CommandLine library supports both forms so that you can choose the form most appropriate for your application.