Skip to content

Commit

Permalink
Fix comment that's been wrong since ancient times (thanks, @jvns).
Browse files Browse the repository at this point in the history
  • Loading branch information
lkuper committed Jan 2, 2014
1 parent 6475255 commit 99dbb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/middle/trans/base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// * There's no way to find out the ty::t type of a ValueRef. Doing so
// would be "trying to get the eggs out of an omelette" (credit:
// pcwalton). You can, instead, find out its TypeRef by calling val_ty,
// but many TypeRefs correspond to one ty::t; for instance, tup(int, int,
// but one TypeRef corresponds to many `ty::t`s; for instance, tup(int, int,
// int) and rec(x=int, y=int, z=int) will have the same TypeRef.


Expand Down

0 comments on commit 99dbb1d

Please sign in to comment.