Fix some typos in the codebase

This commit is contained in:
Manu
2023-08-31 18:44:38 -03:00
parent 16d7ba054b
commit 02b5fa2c8e
21 changed files with 25 additions and 25 deletions

View File

@@ -3381,7 +3381,7 @@ private:
loweredSubstParamType, origParamType, paramSlice))
return;
// If we have a guaranteed paramter, see if we have a move only type and
// If we have a guaranteed parameter, see if we have a move only type and
// can emit it borrow.
//
// We check for move only in tryEmitBorrowedMoveOnly.