diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 2004-02-23 23:36:08 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2004-02-23 23:36:08 -0800 |
commit | 238470bda384259f2cfbfe85bda44934010dfd1b (patch) | |
tree | 332e603dcd82eabb8e298b0675b5b9bf1bde8e78 /gcc | |
parent | 3638733b62b61fe455e7673d248e564843a04666 (diff) | |
download | gcc-238470bda384259f2cfbfe85bda44934010dfd1b.zip gcc-238470bda384259f2cfbfe85bda44934010dfd1b.tar.gz gcc-238470bda384259f2cfbfe85bda44934010dfd1b.tar.bz2 |
Fix typo.
From-SVN: r78358
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 385e988..b837f4c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,6 @@ 2004-02-23 James E Wilson <wilson@specifixinc.com> - * calls.c (preompute_arguments): Update comment. + * calls.c (precompute_arguments): Update comment. 2004-02-23 Kazu Hirata <kazu@cs.umass.edu> |