Fix typos
llvm-svn: 208869
Cr-Mirrored-From: sso://chromium.googlesource.com/_direct/external/github.com/llvm/llvm-project
Cr-Mirrored-Commit: f03763a44b2f6ab50afa745e8bbae9e3f11d104e
diff --git a/src/ios.cpp b/src/ios.cpp
index 7019eb4..03af978 100644
--- a/src/ios.cpp
+++ b/src/ios.cpp
@@ -303,7 +303,7 @@
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);