diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-06-13 17:30:53 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-06-13 17:30:53 +0000 |
commit | e15bb5c692fb17d5c56a0b0c9c60022186f6a539 (patch) | |
tree | bd8e420c0c72d978b855451ad6da05e43e9cbc05 /gcc/builtins.c | |
parent | d88e80e622609f3c4be7b852222d5daa7afca7c9 (diff) | |
download | gcc-e15bb5c692fb17d5c56a0b0c9c60022186f6a539.zip gcc-e15bb5c692fb17d5c56a0b0c9c60022186f6a539.tar.gz gcc-e15bb5c692fb17d5c56a0b0c9c60022186f6a539.tar.bz2 |
builtins.c: Fix comment typos.
* builtins.c: Fix comment typos.
* fold-const.c: Likewise.
From-SVN: r67907
Diffstat (limited to 'gcc/builtins.c')
-rw-r--r-- | gcc/builtins.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/builtins.c b/gcc/builtins.c index 9c5a18b..365f1e1 100644 --- a/gcc/builtins.c +++ b/gcc/builtins.c @@ -180,7 +180,7 @@ static void init_builtin_dconsts PARAMS ((void)); static tree fold_builtin_cabs PARAMS ((tree, tree, tree)); /* Initialize mathematical constants for constant folding builtins. - These constants need to be given to atleast 160 bits precision. */ + These constants need to be given to at least 160 bits precision. */ static void init_builtin_dconsts () |