diff options
| author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-17 23:37:43 +0000 |
|---|---|---|
| committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-17 23:37:43 +0000 |
| commit | 35ad80768938d81bd04b16829d2ecb1651defc07 (patch) | |
| tree | 4d7c83e7295b4c229fa4615d3c98ee3a3c1f4a23 | |
| parent | ec477264105ad31f6bffe6e8422321fe84fdc5ff (diff) | |
| download | ppe42-gcc-35ad80768938d81bd04b16829d2ecb1651defc07.tar.gz ppe42-gcc-35ad80768938d81bd04b16829d2ecb1651defc07.zip | |
fix typo in comment
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48973 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
| -rw-r--r-- | libstdc++-v3/testsuite/testsuite_hooks.h | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index fb6c17a036b..f7cc577062b 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2002-01-17 Nick Clifton <nickc@cambridge.redhat.com> + + * testsuite/testsuite_hooks.h: Fix typo in comment. + 2002-01-17 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de> * testsuite/22_locale/ctor_copy_dtor.cc: Remove check. diff --git a/libstdc++-v3/testsuite/testsuite_hooks.h b/libstdc++-v3/testsuite/testsuite_hooks.h index 97bf04bd519..08d93d38274 100644 --- a/libstdc++-v3/testsuite/testsuite_hooks.h +++ b/libstdc++-v3/testsuite/testsuite_hooks.h @@ -1,6 +1,6 @@ // Utility subroutines for the C++ library testsuite. // -// Copyright (C) 2000, 2001 Free Software Foundation, Inc. +// Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the @@ -39,7 +39,7 @@ // allocation. We provide a default memory limit if none is passed by the // calling application. The argument to __set_testsuite_memlimit() is the // limit in megabytes (a floating-point number). If _GLIBCPP_MEM_LIMITS is -// #defined before including this header, then no limiting is attempted. +// not #defined before including this header, then no limiting is attempted. // // 3) gnu_counting_struct // This is a POD with a static data member, gnu_counting_struct::count, |

