diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-09-04 03:15:51 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-09-04 03:15:51 +0000 |
commit | 0a779b97fe56483b40ea8074f4a5d7fb8eb058a1 (patch) | |
tree | e23658e57de593cfbbe1187e2b327116a4a6e53b /libcxx/src/stdexcept.cpp | |
parent | c6accda78e6135cc8e2c4eda0acdd44849d2a488 (diff) | |
download | llvm-0a779b97fe56483b40ea8074f4a5d7fb8eb058a1.zip llvm-0a779b97fe56483b40ea8074f4a5d7fb8eb058a1.tar.gz llvm-0a779b97fe56483b40ea8074f4a5d7fb8eb058a1.tar.bz2 |
Fix typos, noticed by Clang.
llvm-svn: 113061
Diffstat (limited to 'libcxx/src/stdexcept.cpp')
-rw-r--r-- | libcxx/src/stdexcept.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/src/stdexcept.cpp b/libcxx/src/stdexcept.cpp index 5f3ffd7..316dff1 100644 --- a/libcxx/src/stdexcept.cpp +++ b/libcxx/src/stdexcept.cpp @@ -81,7 +81,7 @@ __libcpp_nmstr::~__libcpp_nmstr() } -#pragma GCC visiblity pop +#pragma GCC visibility pop namespace std // purposefully not using versioning namespace { |