[clang][docs] Attempt to fix warning when building ReleaseNotes
authorAlex Bradbury <asb@igalia.com>
Mon, 24 Jul 2023 09:36:42 +0000 (10:36 +0100)
committerAlex Bradbury <asb@igalia.com>
Mon, 24 Jul 2023 09:36:42 +0000 (10:36 +0100)
I believe my previous patch, 17a58b3ca7ec18585e9ea8ed8b39d72fe36fb6cb
introduced a warning here.

clang/docs/ReleaseNotes.rst

index 1df474d..8e19b36 100644 (file)
@@ -899,7 +899,7 @@ RISC-V Support
 - The rules for ordering of extensions in ``-march`` strings were relaxed. A
   canonical ordering is no longer enforced on ``z*``, ``s*``, and ``x*``
   prefixed extensions.
-* An ABI mismatch between GCC and Clang related to the handling of empty
+- An ABI mismatch between GCC and Clang related to the handling of empty
   structs in C++ parameter passing under the hard floating point calling
   conventions was fixed.