about summary refs log tree commit diff
path: root/src/librustc_ast/entry.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustc_ast/entry.rs')
-rw-r--r--src/librustc_ast/entry.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_ast/entry.rs b/src/librustc_ast/entry.rs
index 0a72019bfe9..90d417a45fd 100644
--- a/src/librustc_ast/entry.rs
+++ b/src/librustc_ast/entry.rs
@@ -10,7 +10,7 @@ pub enum EntryPointType {
     OtherMain, // Not an entry point, but some other function named main
 }
 
-// Beware, this is duplicated in librustc/middle/entry.rs, make sure to keep
+// Beware, this is duplicated in librustc_middle/middle/entry.rs, make sure to keep
 // them in sync.
 pub fn entry_point_type(item: &Item, depth: usize) -> EntryPointType {
     match item.kind {