about summary refs log tree commit diff
path: root/src/rustc
diff options
context:
space:
mode:
authorLindsey Kuper <lindsey@rockstargirl.org>2012-07-31 17:58:15 -0700
committerLindsey Kuper <lindsey@rockstargirl.org>2012-08-01 11:08:46 -0700
commit361a9b03e6713f7be5b5d4996f8aeeaa8bb01cb2 (patch)
tree266b4b79507a706ea22188b7024cece547006736 /src/rustc
parent357920a0e78160ae1955a61cbf68620cfa788675 (diff)
downloadrust-361a9b03e6713f7be5b5d4996f8aeeaa8bb01cb2.tar.gz
rust-361a9b03e6713f7be5b5d4996f8aeeaa8bb01cb2.zip
Fix inaccurate comment.
Diffstat (limited to 'src/rustc')
-rw-r--r--src/rustc/middle/ty.rs2
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