diff options
author | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-14 03:39:08 +0000 |
---|---|---|
committer | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-14 03:39:08 +0000 |
commit | 9a966a8db2c2c88ffe967960b8b4b2c589fe831d (patch) | |
tree | 467f3124d7b1fed791149afffed481dcb8b4fc75 | |
parent | 69cb9f9000c18406efb1669ab2bc571131eef65c (diff) | |
download | gcc-9a966a8db2c2c88ffe967960b8b4b2c589fe831d.tar.gz |
* reg_test_template: Typo fix.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102007 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | contrib/reghunt/ChangeLog | 4 | ||||
-rwxr-xr-x | contrib/reghunt/reg_test_template | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/contrib/reghunt/ChangeLog b/contrib/reghunt/ChangeLog index 6e3c3e980fd..6675802ff00 100644 --- a/contrib/reghunt/ChangeLog +++ b/contrib/reghunt/ChangeLog @@ -1,3 +1,7 @@ +2005-07-14 Ben Elliston <bje@au.ibm.com> + + * reg_test_template: Typo fix. + 2005-01-17 Kazu Hirata <kazu@cs.umass.edu> * reg_periodic, reg_search: Fix the uses of date command. diff --git a/contrib/reghunt/reg_test_template b/contrib/reghunt/reg_test_template index 8b935666721..ab5bbc1061c 100755 --- a/contrib/reghunt/reg_test_template +++ b/contrib/reghunt/reg_test_template @@ -3,8 +3,9 @@ # Template for the test script specified for REG_TEST. # Run the test case for a regression search. The argument is the date -# of the CVS sources. The return value is 1 if the binary search should -# continue with later dates, 0 if it should continue with earlier dates. +# of the sources. The return value is 1 if the binary search should +# continue with later dates, 0 if it should continue with earlier +# dates. DATE="${1}" |