* src/c++98/locale.cc (locale::facet::_S_get_c_locale): Fix typo.

From-SVN: r184286
This commit is contained in:
DJ Delorie 2012-02-15 16:34:30 -05:00 committed by DJ Delorie
parent e53182b762
commit b87bc3aa06
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2012-02-15 DJ Delorie <dj@redhat.com>
* src/c++98/locale.cc (locale::facet::_S_get_c_locale): Fix typo.
2012-02-15 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/51368

View file

@ -206,7 +206,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
__c_locale
locale::facet::_S_get_c_locale()
{
#ifdef __GHTREADS
#ifdef __GTHREADS
if (__gthread_active_p())
__gthread_once(&_S_once, _S_initialize_once);
else