Skip to content

Commit ef3f812

Browse files
committed
---
yaml --- r: 1243 b: refs/heads/master c: bc41628 h: refs/heads/master i: 1241: f8c234e 1239: efda5dd v: v3
1 parent b8c4df9 commit ef3f812

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: b039be1e5ca039747b2c8a65b8cb4df14d27b476
2+
refs/heads/master: bc416284ac070fcf904cfd900c72610519c40730

trunk/src/comp/middle/trans.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ fn type_of(@crate_ctxt cx, @ty.t t) -> TypeRef {
311311
ret llty;
312312
}
313313

314-
// NB: this function must match the ABI assumptions of trans_args exactly.
314+
// NB: this function must match the ABI assumptions of trans_args.
315315
fn type_of_fn_full(@crate_ctxt cx,
316316
option.t[TypeRef] obj_self,
317317
vec[ty.arg] inputs,
@@ -1964,7 +1964,7 @@ impure fn trans_cast(@block_ctxt cx, @ast.expr e, &ast.ann ann) -> result {
19641964
}
19651965

19661966

1967-
// NB: this function must match the ABI assumptions of type_of_fn_full exactly.
1967+
// NB: this function must match the ABI assumptions of type_of_fn_full.
19681968
impure fn trans_args(@block_ctxt cx,
19691969
ValueRef llclosure,
19701970
option.t[ValueRef] llobj,

0 commit comments

Comments
 (0)