Skip to content

Commit ebdf0c2

Browse files
committed
Correct typo in comment
1 parent 7236097 commit ebdf0c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustc/middle/borrowck/preserve.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ impl public_methods for borrowck_ctxt {
1717
}
1818
cat_local(_) {
1919
// Normally, local variables are lendable, and so this
20-
// case should never trigged. However, if we are
20+
// case should never trigger. However, if we are
2121
// preserving an expression like a.b where the field `b`
2222
// has @ type, then it will recurse to ensure that the `a`
2323
// is stable to try and avoid rooting the value `a.b`. In

0 commit comments

Comments
 (0)