diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-02-03 10:42:29 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-02-03 10:42:29 +0000 |
commit | aa324927c24de682c473aa42a07c887f816c3936 (patch) | |
tree | 0ad2c66b986c3e0608255b5d9393414e6c15b289 /libstdc++-v3 | |
parent | f017b47bdc3e165e2a6a6d19d05633abd547c7b9 (diff) | |
download | ppe42-gcc-aa324927c24de682c473aa42a07c887f816c3936.tar.gz ppe42-gcc-aa324927c24de682c473aa42a07c887f816c3936.zip |
libstdc++-v3/
* config/os/mingw32/ctype_inline.h: Fix copyright typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195691 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/config/os/mingw32/ctype_inline.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 89fba85597d..49461aed776 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2013-02-03 Richard Sandiford <rdsandiford@googlemail.com> + + * config/os/mingw32/ctype_inline.h: Fix copyright typo. + 2013-02-01 François Dumont <fdumont@gcc.gnu.org> * include/bits/hashtable_policy.h diff --git a/libstdc++-v3/config/os/mingw32/ctype_inline.h b/libstdc++-v3/config/os/mingw32/ctype_inline.h index a32a3c29fa5..bd70fab9225 100644 --- a/libstdc++-v3/config/os/mingw32/ctype_inline.h +++ b/libstdc++-v3/config/os/mingw32/ctype_inline.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2000, 2009, 2010,2 011 Free Software Foundation, Inc. +// Copyright (C) 2000, 2009, 2010, 2011 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 |