diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2013-02-03 10:42:29 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2013-02-03 10:42:29 +0000 |
commit | 5031121c4390a074d77907f702f29d070a317302 (patch) | |
tree | 0ad2c66b986c3e0608255b5d9393414e6c15b289 | |
parent | 9ee678ebcb939c8fdf199e153968041cb0068711 (diff) | |
download | gcc-5031121c4390a074d77907f702f29d070a317302.zip gcc-5031121c4390a074d77907f702f29d070a317302.tar.gz gcc-5031121c4390a074d77907f702f29d070a317302.tar.bz2 |
ctype_inline.h: Fix copyright typo.
libstdc++-v3/
* config/os/mingw32/ctype_inline.h: Fix copyright typo.
From-SVN: r195691
-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 89fba85..49461ae 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 a32a3c2..bd70fab 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 |