Fix various typos (#8769)

This commit is contained in:
Gold856
2026-04-14 00:51:36 -04:00
committed by GitHub
parent 613c86d1d7
commit f96ded6909
31 changed files with 63 additions and 63 deletions

View File

@@ -22,7 +22,7 @@ template <typename T>
using ConvertFunc = void (*)(T);
/*
* Conversion funtions perform in-place conversion by swapping elements.
* Conversion functions perform in-place conversion by swapping elements.
* The names of the functions indicate the desired wire output order.
*/