[clang] 9d69c60 - Fix a typo in the Release Notes; NFC

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 10 11:45:49 PDT 2022


Author: Aaron Ballman
Date: 2022-10-10T14:45:38-04:00
New Revision: 9d69c60357c8349774cbb592742593fb459c1a47

URL: https://github.com/llvm/llvm-project/commit/9d69c60357c8349774cbb592742593fb459c1a47
DIFF: https://github.com/llvm/llvm-project/commit/9d69c60357c8349774cbb592742593fb459c1a47.diff

LOG: Fix a typo in the Release Notes; NFC

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 54f1afd06b28..bb32cad73f85 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -64,7 +64,7 @@ code bases.
 - ``-Wincompatible-function-pointer-types`` now defaults to an error in all C
   language modes. It may be downgraded to a warning with
   ``-Wno-error=incompatible-function-pointer-types`` or disabled entirely with
-  ``-Wno-implicit-function-pointer-types``.
+  ``-Wno-incompatible-function-pointer-types``.
 
   **NOTE:** We recommend that projects using configure scripts verify that the
   results do not change before/after setting


        


More information about the cfe-commits mailing list