[NFC] Fix typo in comment

llvm-svn: 349932
This commit is contained in:
Louis Dionne 2018-12-21 17:32:23 +00:00
parent 6a9ada8c02
commit 5517aa6172
1 changed files with 1 additions and 1 deletions

View File

@ -1066,7 +1066,7 @@ public:
#ifndef _LIBCPP_NO_EXCEPTIONS
// EXTENSION: When the move construction of `__lhs` into `__rhs` throws
// and `__tmp` is nothrow move constructible then we move `__tmp` back
// into `__rhs` and provide the strong exception safety guarentee.
// into `__rhs` and provide the strong exception safety guarantee.
try {
this->__generic_construct(*__rhs, _VSTD::move(*__lhs));
} catch (...) {