On Wed, Mar 12, 2014 at 10:50:11AM +0200, Martin Storsjo wrote:
> ---
>  gas-preprocessor.pl | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/gas-preprocessor.pl b/gas-preprocessor.pl
> index a8f119a..178ee26 100755
> --- a/gas-preprocessor.pl
> +++ b/gas-preprocessor.pl
> @@ -76,10 +76,10 @@ while (@options) {
>          $fix_unreq = $1 ne "no-";
>      } elsif ($opt eq "-arch") {
>          $arch = shift @options;
> -        die "unkown arch: '$arch'\n" if not exists $comments{$arch};
> +        die "unknown arch: '$arch'\n" if not exists $comments{$arch};
>      } elsif ($opt eq "-as-type") {
>          $as_type = shift @options;
> -        die "unkown as type: '$as_type'\n" if $as_type !~ 
> /^(apple-)?(gas|clang)$/;
> +        die "unknown as type: '$as_type'\n" if $as_type !~ 
> /^(apple-)?(gas|clang)$/;
>      } elsif ($opt eq "-help") {
>          usage();
>          exit 0;
> -- 

OK
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to