Skip to content
Snippets Groups Projects
Commit c4297522 authored by Nick Clifton's avatar Nick Clifton Committed by Nick Clifton
Browse files

fix typo in comment

From-SVN: r48973
parent 16348d58
No related branches found
No related tags found
No related merge requests found
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.
......
// 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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment