Fix typos, noticed by Clang.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@113061 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2010-09-04 03:15:51 +00:00
parent 171a9a7cc3
commit 04acacadca
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ init_monotonic_clock()
return &monotonic_full;
}
#pragma GCC visiblity pop
#pragma GCC visibility pop
monotonic_clock::time_point
monotonic_clock::now()

View File

@ -81,7 +81,7 @@ __libcpp_nmstr::~__libcpp_nmstr()
}
#pragma GCC visiblity pop
#pragma GCC visibility pop
namespace std // purposefully not using versioning namespace
{