Skip to content

Commit 0f15c2a

Browse files
authored
Typo fixed in ChangeLog.md (#20558)
1 parent 61d4ae0 commit 0f15c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ See docs/process.md for more on how version tagging works.
403403
helps wasm builds since wasm traps on such type mismatches in indirect calls.
404404
We recommend that users enable it to prevent such errors (which can be hard to
405405
debug otherwise). The older (less strict) behavior is also still possible with
406-
`-Wcast-function-type -Wno-cast-funtion-type-strict` (or
406+
`-Wcast-function-type -Wno-cast-function-type-strict` (or
407407
`-Wno-error=cast-function-type-strict` if you want the warnings to be visible
408408
but not errors). See https://reviews.llvm.org/D134831
409409
- libcxx and libcxxabi updated to LLVM 15. (#18113)

0 commit comments

Comments
 (0)