diff options
author | Alp Toker <alp@nuanti.com> | 2014-05-15 11:27:39 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2014-05-15 11:27:39 +0000 |
commit | f03763a44b2f6ab50afa745e8bbae9e3f11d104e (patch) | |
tree | 89c4ee3d8a2ecdb27fff2e50c17623dd22efbcf2 /libcxx/src/ios.cpp | |
parent | 0f9355b3b0d89d164c5dfbca8cc2fc7bd6a75648 (diff) | |
download | bcm5719-llvm-f03763a44b2f6ab50afa745e8bbae9e3f11d104e.tar.gz bcm5719-llvm-f03763a44b2f6ab50afa745e8bbae9e3f11d104e.zip |
Fix typos
llvm-svn: 208869
Diffstat (limited to 'libcxx/src/ios.cpp')
-rw-r--r-- | libcxx/src/ios.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/src/ios.cpp b/libcxx/src/ios.cpp index 7019eb411b1..03af978cdfe 100644 --- a/libcxx/src/ios.cpp +++ b/libcxx/src/ios.cpp @@ -303,7 +303,7 @@ void ios_base::copyfmt(const ios_base& rhs) { // If we can't acquire the needed resources, throw bad_alloc (can't set badbit) - // Don't alter *this until all needed resources are aquired + // Don't alter *this until all needed resources are acquired unique_ptr<event_callback, void (*)(void*)> new_callbacks(0, free); unique_ptr<int, void (*)(void*)> new_ints(0, free); unique_ptr<long, void (*)(void*)> new_longs(0, free); |