Skip to content

Commit e7e35d8

Browse files
committed
comment fix
1 parent 9af130b commit e7e35d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/fold.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ fn noop_fold_decl(d: &Decl_, fld: @ast_fold) -> Option<Decl_> {
475475
}
476476

477477
// lift a function in ast-thingy X fold -> ast-thingy to a function
478-
// in (ast-thingy X span X fold) -> (ast-thingy X fold). Basically,
478+
// in (ast-thingy X span X fold) -> (ast-thingy X span). Basically,
479479
// carries the span around.
480480
// It seems strange to me that the call to new_fold doesn't happen
481481
// here but instead in the impl down below.... probably just an

0 commit comments

Comments
 (0)