Skip to content

Commit 9d69c60

Browse files
committed
Fix a typo in the Release Notes; NFC
1 parent 6c49d5d commit 9d69c60

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
@@ -64,7 +64,7 @@ code bases.
6464
- ``-Wincompatible-function-pointer-types`` now defaults to an error in all C
6565
language modes. It may be downgraded to a warning with
6666
``-Wno-error=incompatible-function-pointer-types`` or disabled entirely with
67-
``-Wno-implicit-function-pointer-types``.
67+
``-Wno-incompatible-function-pointer-types``.
6868

6969
**NOTE:** We recommend that projects using configure scripts verify that the
7070
results do not change before/after setting

0 commit comments

Comments
 (0)