This commit is contained in:
J.Teeuwissen 2022-12-14 14:02:09 +01:00
parent 3d1cdf1fd4
commit e3dcaa2141
No known key found for this signature in database
GPG Key ID: DB5F7A1ED8D478AD

View File

@ -71,7 +71,7 @@ pub fn infer_borrow<'a>(
for (group, _) in sccs.groups() {
// This is a fixed-point analysis
//
// all functions initiall own all their parameters
// all functions initially own all their parameters
// through a series of checks and heuristics, some arguments are set to borrowed
// when that doesn't lead to conflicts the change is kept, otherwise it may be reverted
//