From dbfe7b43c210f592120201fad8ba997ecf70d751 Mon Sep 17 00:00:00 2001 From: Khalid Abdullah Date: Sat, 28 Oct 2023 02:52:43 +0600 Subject: [PATCH] Typo fixed in ChangeLog.md --- ChangeLog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 4cb5f674ecf73..aa7c2d37d2f7d 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -403,7 +403,7 @@ See docs/process.md for more on how version tagging works. helps wasm builds since wasm traps on such type mismatches in indirect calls. We recommend that users enable it to prevent such errors (which can be hard to debug otherwise). The older (less strict) behavior is also still possible with - `-Wcast-function-type -Wno-cast-funtion-type-strict` (or + `-Wcast-function-type -Wno-cast-function-type-strict` (or `-Wno-error=cast-function-type-strict` if you want the warnings to be visible but not errors). See https://reviews.llvm.org/D134831 - libcxx and libcxxabi updated to LLVM 15. (#18113)