[PATCH 09/11] Fix typo

Tobias Grosser tobias at grosser.es
Mon Jun 9 03:23:49 PDT 2014


On 09/06/2014 02:42, Andreas Simbuerger wrote:
> ---
>   lib/Support/RegisterPasses.cpp | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/Support/RegisterPasses.cpp b/lib/Support/RegisterPasses.cpp
> index de2c530..ce2a438 100644
> --- a/lib/Support/RegisterPasses.cpp
> +++ b/lib/Support/RegisterPasses.cpp
> @@ -39,7 +39,7 @@
>   using namespace llvm;
>   using namespace polly;
>
> -cl::OptionCategory PollyCategory("Polly Optionsa",
> +cl::OptionCategory PollyCategory("Polly Options",
>                                    "Configure the polly loop optimizer");

This is an independent and trivial bug fix. Please commit such changes 
immediately and don't include them in reviews.

Tobias



More information about the llvm-commits mailing list