Correct typo in comment

This commit is contained in:
Tim Chevalier 2012-06-12 14:56:26 -07:00
parent 72360970fc
commit ebdf0c20cd

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