Skip to content

Commit 8bd106a

Browse files
[NFC] Fix typos in release notes.
Reviewed By: ldionne, Mordante, MaskRay Differential Revision: https://reviews.llvm.org/D115685
1 parent 3f630cf commit 8bd106a

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,5 +172,5 @@ Improvements to pp-trace
172172

173173
The improvements are...
174174

175-
Clang-tidy visual studio plugin
175+
Clang-tidy Visual Studio plugin
176176
-------------------------------

clang/docs/ReleaseNotes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Floating Point Support in Clang
237237
rather than -ffp-contract=fast, and the documentation of these features has
238238
been clarified. Previously, the documentation claimed that -ffp-model=precise
239239
was the default, but this was incorrect because the precise model implied
240-
-ffp-contract=fast, wheras the (now corrected) default behavior is
240+
-ffp-contract=fast, whereas the (now corrected) default behavior is
241241
-ffp-contract=on.
242242
-ffp-model=precise is now exactly the default mode of the compiler.
243243

@@ -276,7 +276,7 @@ clang-format
276276
- Option ``AllowShortEnumsOnASingleLine: false`` has been improved, it now
277277
correctly places the opening brace according to ``BraceWrapping.AfterEnum``.
278278

279-
- Option ``QualifierAligment`` has been added in order to auto-arrange the
279+
- Option ``QualifierAlignment`` has been added in order to auto-arrange the
280280
positioning of specifiers/qualifiers
281281
`const` `volatile` `static` `inline` `constexpr` `restrict`
282282
in variable and parameter declarations to be either ``Right`` aligned

libcxx/docs/ReleaseNotes.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ New Features
5656
randomization of both sides of partition for ``std::nth_element``)
5757

5858
- Floating-point support for ``std::to_chars`` support has been added.
59-
Thanks to Stephan T. Lavavej and Microsoft for providing their implemention
59+
Thanks to Stephan T. Lavavej and Microsoft for providing their implementation
6060
to libc++.
6161

6262
API Changes
@@ -65,11 +65,11 @@ API Changes
6565
- The functions ``std::atomic<T*>::fetch_(add|sub)`` and
6666
``std::atomic_fetch_(add|sub)`` no longer accept a function pointer. While
6767
this is technically an API break, the invalid syntax isn't supported by
68-
libstc++ and MSVC STL. See https://godbolt.org/z/49fvzz98d.
68+
libstdc++ and MSVC STL. See https://godbolt.org/z/49fvzz98d.
6969

7070
- The call of the functions ``std::atomic_(add|sub)(std::atomic<T*>*, ...)``
7171
with the explicit template argument ``T`` are now ill-formed. While this is
72-
technically an API break, the invalid syntax isn't supported by libstc++ and
72+
technically an API break, the invalid syntax isn't supported by libstdc++ and
7373
MSVC STL. See https://godbolt.org/z/v9959re3v.
7474

7575
Due to this change it's now possible to call these functions with the
@@ -125,7 +125,7 @@ Build System Changes
125125
culminated in over 5 different ways to build the runtimes, which made it impossible to
126126
maintain with a good level of support. Starting with this release, the runtimes support
127127
exactly two ways of being built, which should cater to all use-cases. Furthermore,
128-
these builds are as lightweight as possible and will work consistently even when targetting
128+
these builds are as lightweight as possible and will work consistently even when targeting
129129
embedded platforms, which used not to be the case. Please see the documentation on building
130130
libc++ to see those two ways of building and migrate over to the appropriate build instructions
131131
as soon as possible.

lld/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ELF Improvements
3131
* ``e_entry`` no longer falls back to the address of ``.text`` if the entry symbol does not exist.
3232
Instead, a value of 0 will be written.
3333
(`D110014 <https://reviews.llvm.org/D110014>`_)
34-
* If ``-Map`` is specified, ``--cref`` will be printted to the specified file.
34+
* If ``-Map`` is specified, ``--cref`` will be printed to the specified file.
3535
(`D114663 <https://reviews.llvm.org/D114663>`_)
3636

3737
Architecture specific changes:

polly/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In Polly 14 the following important changes have been incorporated.
1919
-polly-isl-arg=--no-schedule-serialize-sccs
2020
2121
- The command line option -polly-loopfusion-greedy has been added.
22-
This will agressively try to fuse any loop regardless of
22+
This will aggressively try to fuse any loop regardless of
2323
profitability. The is what users might have expected what
2424
-polly-opt-fusion=max would do.
2525

0 commit comments

Comments
 (0)