diff options
| author | Lindsey Kuper <lindsey@rockstargirl.org> | 2012-07-31 17:58:15 -0700 |
|---|---|---|
| committer | Lindsey Kuper <lindsey@rockstargirl.org> | 2012-08-01 11:08:46 -0700 |
| commit | 361a9b03e6713f7be5b5d4996f8aeeaa8bb01cb2 (patch) | |
| tree | 266b4b79507a706ea22188b7024cece547006736 /src | |
| parent | 357920a0e78160ae1955a61cbf68620cfa788675 (diff) | |
| download | rust-361a9b03e6713f7be5b5d4996f8aeeaa8bb01cb2.tar.gz rust-361a9b03e6713f7be5b5d4996f8aeeaa8bb01cb2.zip | |
Fix inaccurate comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/rustc/middle/ty.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rustc/middle/ty.rs b/src/rustc/middle/ty.rs index aba8d250b20..6ece1a4740e 100644 --- a/src/rustc/middle/ty.rs +++ b/src/rustc/middle/ty.rs @@ -235,7 +235,7 @@ type ctxt = // Stores the types for various nodes in the AST. Note that this table // is not guaranteed to be populated until after typeck. See - // typeck::fn_ctxt for details. + // typeck::check::fn_ctxt for details. node_types: node_type_table, // Stores the type parameters which were substituted to obtain the type |
