chore: Fix typos in 'compiler' (batch 3)

This commit is contained in:
Alexander Cyon
2024-09-02 07:33:41 +02:00
parent 78d5c04d9c
commit 5780c1ca5e
18 changed files with 21 additions and 21 deletions

View File

@@ -14,7 +14,7 @@ pub(super) fn mangle<'tcx>(
) -> String {
// The symbol of a generic function may be scattered in multiple downstream dylibs.
// If the symbol of a generic function still contains `crate name`, hash conflicts between the
// generic funcion and other symbols of the same `crate` cannot be detected in time during
// generic function and other symbols of the same `crate` cannot be detected in time during
// construction. This symbol conflict is left over until it occurs during run time.
// In this case, `instantiating-crate name` is used to replace `crate name` can completely
// eliminate the risk of the preceding potential hash conflict.