diff options
author | Larisse Voufo <lvoufo@google.com> | 2015-02-22 06:36:49 +0000 |
---|---|---|
committer | Larisse Voufo <lvoufo@google.com> | 2015-02-22 06:36:49 +0000 |
commit | 01c97c08608f9e676f73439145b2e8a9552f0369 (patch) | |
tree | 5b3715087a0e2f27ba544a003578c1cfc712ff2a /clang/www | |
parent | 0d0237f6cb01329b02b6d058e09381816b980940 (diff) | |
download | bcm5719-llvm-01c97c08608f9e676f73439145b2e8a9552f0369.tar.gz bcm5719-llvm-01c97c08608f9e676f73439145b2e8a9552f0369.zip |
Fix typo.
llvm-svn: 230159
Diffstat (limited to 'clang/www')
-rw-r--r-- | clang/www/cxx_status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index e713da63459..4c767d1640e 100644 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -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> |