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/chrono.cpp | |
parent | c6accda78e6135cc8e2c4eda0acdd44849d2a488 (diff) | |
download | bcm5719-llvm-0a779b97fe56483b40ea8074f4a5d7fb8eb058a1.tar.gz bcm5719-llvm-0a779b97fe56483b40ea8074f4a5d7fb8eb058a1.zip |
Fix typos, noticed by Clang.
llvm-svn: 113061
Diffstat (limited to 'libcxx/src/chrono.cpp')
-rw-r--r-- | libcxx/src/chrono.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/src/chrono.cpp b/libcxx/src/chrono.cpp index 606a6ad25a6..dee65803553 100644 --- a/libcxx/src/chrono.cpp +++ b/libcxx/src/chrono.cpp @@ -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() |