From e1c346e51d390a7921d7640497153dbfa01435c6 Mon Sep 17 00:00:00 2001 From: jsm28 Date: Tue, 29 May 2012 14:54:22 +0000 Subject: * config/arm/ieee754-df.S: Fix typos. * config/arm/ieee754-sf.S: Fix typos. * config/c6x/libunwind.S: Fix typos. * config/epiphany/udivsi3-float.c: Fix typos. * config/microblaze/muldi3_hard.S: Fix typos. * config/picochip/adddi3.S: Fix typos. * config/picochip/ashlsi3.S: Fix typos. * config/picochip/ashrsi3.S: Fix typos. * config/picochip/clzsi2.S: Fix typos. * config/picochip/cmpsi2.S: Fix typos. * config/picochip/divmod15.S: Fix typos. * config/picochip/divmodhi4.S: Fix typos. * config/picochip/divmodsi4.S: Fix typos. * config/picochip/longjmp.S: Fix typos. * config/picochip/lshrsi3.S: Fix typos. * config/picochip/parityhi2.S: Fix typos. * config/picochip/popcounthi2.S: Fix typos. * config/picochip/setjmp.S: Fix typos. * config/picochip/subdi3.S: Fix typos. * config/picochip/ucmpsi2.S: Fix typos. * config/picochip/udivmodhi4.S: Fix typos. * config/picochip/udivmodsi4.S: Fix typos. * config/spu/divv2df3.c: Fix typos. * config/spu/mfc_multi_tag_release.c: Fix typos. * config/spu/mfc_tag_release.c: Fix typos. * configure.ac: Fix typos. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@187967 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgcc/config/picochip/lshrsi3.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgcc/config/picochip/lshrsi3.S') diff --git a/libgcc/config/picochip/lshrsi3.S b/libgcc/config/picochip/lshrsi3.S index 4fc53902955..c394a69596f 100644 --- a/libgcc/config/picochip/lshrsi3.S +++ b/libgcc/config/picochip/lshrsi3.S @@ -59,7 +59,7 @@ _picoMark_FUNCTION_END= // All DWARF information between this marker, and the END OF DWARF // marker should be included in the source file. Search for // FUNCTION_STACK_SIZE_GOES_HERE and FUNCTION NAME GOES HERE, and -// provide the relevent information. Add markers called +// provide the relevant information. Add markers called // _picoMark_FUNCTION_BEGIN and _picoMark_FUNCTION_END around the // function in question. //============================================================================ -- cgit v1.2.1