# HG changeset patch # Parent e0cba5670633af032245b95c9efe3254a8cf9eed Fix sgi typos diff --git a/gcc/config/microblaze/microblaze.md b/gcc/config/microblaze/microblaze.md --- a/gcc/config/microblaze/microblaze.md +++ b/gcc/config/microblaze/microblaze.md @@ -1,5 +1,5 @@ ;; microblaze.md -- Machine description for Xilinx MicroBlaze processors. -;; Copyright 2009, 2010 Free Software Foundation, Inc. +;; Copyright 2009, 2010, 2012 Free Software Foundation, Inc. ;; Contributed by Michael Eager . @@ -1024,7 +1024,7 @@ } ) -;; Added for status resgisters +;; Added for status registers (define_insn "movsi_status" [(set (match_operand:SI 0 "register_operand" "=d,d,z") (match_operand:SI 1 "register_operand" "z,d,d"))] diff --git a/gcc/testsuite/ada/acats/tests/cd/cdd1001.a b/gcc/testsuite/ada/acats/tests/cd/cdd1001.a --- a/gcc/testsuite/ada/acats/tests/cd/cdd1001.a +++ b/gcc/testsuite/ada/acats/tests/cd/cdd1001.a @@ -84,7 +84,7 @@ begin for I in B'Range loop if B (I).all /= Stream_Element (Ident_Int (Integer (I)) * Ident_Int (3)) then - Failed ("Unable to build access values desginating elements " & + Failed ("Unable to build access values designating elements " & "of a Stream_Element_Array"); end if; end loop; diff --git a/gcc/tree-if-conv.c b/gcc/tree-if-conv.c --- a/gcc/tree-if-conv.c +++ b/gcc/tree-if-conv.c @@ -1,5 +1,5 @@ /* If-conversion for vectorizer. - Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 + Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. Contributed by Devang Patel @@ -712,7 +712,7 @@ if_convertible_gimple_assign_stmt_p (gim /* Return true when STMT is if-convertible. A statement is if-convertible if: - - it is an if-convertible GIMPLE_ASSGIN, + - it is an if-convertible GIMPLE_ASSIGN, - it is a GIMPLE_LABEL or a GIMPLE_COND. */ static bool diff --git a/gcc/tree-vect-patterns.c b/gcc/tree-vect-patterns.c --- a/gcc/tree-vect-patterns.c +++ b/gcc/tree-vect-patterns.c @@ -462,7 +462,7 @@ vect_handle_widen_op_by_const (gimple st where type 'TYPE' is at least double the size of type 'type'. - Also detect unsgigned cases: + Also detect unsigned cases: unsigned type a_t, b_t; unsigned TYPE u_prod_T; diff --git a/libgcc/config/arm/crtn.S b/libgcc/config/arm/crtn.S --- a/libgcc/config/arm/crtn.S +++ b/libgcc/config/arm/crtn.S @@ -1,4 +1,4 @@ -# Copyright (C) 2001, 2004, 2008, 2009, 2010, 2011 +# Copyright (C) 2001, 2004, 2008, 2009, 2010, 2011, 2012 # Free Software Foundation, Inc. # Written By Nick Clifton # @@ -47,7 +47,7 @@ # # Note - we do not try any fancy optimizations of the return # sequences here, it is just not worth it. Instead keep things - # simple. Restore all the save resgisters, including the link + # simple. Restore all the save registers, including the link # register and then perform the correct function return instruction. # We also save/restore r3 to ensure stack alignment. .macro FUNC_END