Fix typo.

llvm-svn: 230114
This commit is contained in:
Larisse Voufo 2015-02-21 01:05:29 +00:00
parent 89d0564b6a
commit 2e5c25ac77
1 changed files with 1 additions and 1 deletions

View File

@ -510,7 +510,7 @@ libc++ 3.7 or later, or libstdc++ 5 or later. Alternatively, you can use the
<code>-Xclang -fdefine-sized-deallocation</code> compiler option to enable the implementation from
Clang 3.4 through Clang 3.6, where weak definitions of sized deallocation functions are implicitly
generated (by the compiler). You can also use the <code>-Xclang -fno-sized-deallocation</code> option
to disable sized deallocation. Note that both of these flags arw temporary provisions and may go away
to disable sized deallocation. Note that both of these flags are temporary provisions and may go away
soon.
</span>
</p>