Skip to content

Commit bbdf645

Browse files
committed
auto merge of #11268 : lkuper/rust/trans-comment, r=pcwalton
2 parents ee634e3 + 99dbb1d commit bbdf645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/middle/trans/base.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
// * There's no way to find out the ty::t type of a ValueRef. Doing so
2121
// would be "trying to get the eggs out of an omelette" (credit:
2222
// pcwalton). You can, instead, find out its TypeRef by calling val_ty,
23-
// but many TypeRefs correspond to one ty::t; for instance, tup(int, int,
23+
// but one TypeRef corresponds to many `ty::t`s; for instance, tup(int, int,
2424
// int) and rec(x=int, y=int, z=int) will have the same TypeRef.
2525

2626

0 commit comments

Comments
 (0)