Skip to content

Commit a228f46

Browse files
committed
Fix typo in release note...
1 parent 2805028 commit a228f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ Improvements to Clang's diagnostics
684684
}
685685

686686
- Clang now emits a ``-Wtautological-compare`` diagnostic when a check for
687-
pointer additional overflow is always true or false, because overflow would
687+
pointer addition overflow is always true or false, because overflow would
688688
be undefined behavior.
689689

690690
.. code-block:: c++

0 commit comments

Comments
 (0)