From 62402a04aade33d3cc9cfa851b5d4b3cab4fd4bb Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 17 Feb 2005 21:20:21 +0000 Subject: [PATCH] * libgcc2.c, tree-vect-analyze.c: Fix comment typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95196 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/libgcc2.c | 2 +- gcc/tree-vect-analyze.c | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 86723f926ffe..a85b50972b32 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-02-17 Kazu Hirata + + * libgcc2.c, tree-vect-analyze.c: Fix comment typos. + 2005-02-17 Andreas Krebbel * builtins.c (expand_builtin_return_addr): Remove tem parameter. diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index 9bdb1c71228f..1109c5c4e05c 100644 --- a/gcc/libgcc2.c +++ b/gcc/libgcc2.c @@ -1287,7 +1287,7 @@ __fixunssfDI (SFtype a) { /* Since we know that there are fewer significant bits in the SFmode quantity than in a word, we know that we can convert out all the - signficant bits in one step, and thus avoid losing bits. */ + significant bits in one step, and thus avoid losing bits. */ /* ??? This following loop essentially performs frexpf. If we could use the real libm function, or poke at the actual bits of the fp diff --git a/gcc/tree-vect-analyze.c b/gcc/tree-vect-analyze.c index 5caf83231bfb..7071199bfa0d 100644 --- a/gcc/tree-vect-analyze.c +++ b/gcc/tree-vect-analyze.c @@ -1,4 +1,4 @@ -/* Anlaysis Utilities for Loop Vectorization. +/* Analysis Utilities for Loop Vectorization. Copyright (C) 2003,2004,2005 Free Software Foundation, Inc. Contributed by Dorit Naishlos -- 2.11.4.GIT